public sealed class CreateConversationDatasetRequest : IMessage<CreateConversationDatasetRequest>, IEquatable<CreateConversationDatasetRequest>, IDeepCloneable<CreateConversationDatasetRequest>, IBufferMessage, IMessage
The request message for
[ConversationDatasets.CreateConversationDataset][google.cloud.dialogflow.v2.ConversationDatasets.CreateConversationDataset].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `CreateConversationDatasetRequest` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET."],["The `CreateConversationDatasetRequest` class is a request message used for creating conversation datasets in Dialogflow, as part of the `ConversationDatasets.CreateConversationDataset` function."],["The latest version documented is 4.26.0, and the page lists historical versions all the way back to version 3.2.0, showing the version history of this request message."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities within the .NET framework and protocol buffer system."],["`CreateConversationDatasetRequest` class has two properties `ConversationDataset` and `Parent`, which are needed to identify the conversation dataset to create and the project it is associated to, respectively."]]],[]]