public sealed class CreateConversationDatasetRequest : IMessage<CreateConversationDatasetRequest>, IEquatable<CreateConversationDatasetRequest>, IDeepCloneable<CreateConversationDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateConversationDatasetRequest.
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-04-17 UTC."],[[["This webpage provides reference documentation for the `CreateConversationDatasetRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The latest version of the API documented is 4.26.0, and the page also includes documentation for prior versions back to 3.2.0 for this specific class."],["The `CreateConversationDatasetRequest` class is used to create a conversation dataset and it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `CreateConversationDatasetRequest` class has two constructors and two main properties: `ConversationDataset` which is the dataset to be created and `Parent`, which identifies the project and location."],["The `CreateConversationDatasetRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace, and the documentation provides links to inherited members from the base `object` class."]]],[]]