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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]