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-03-21 UTC."],[[["The `CreateConversationDatasetRequest` class is used to create a request for the `ConversationDatasets.CreateConversationDataset` method in the Google Cloud Dialogflow v2 API."],["This class is part of the `Google.Cloud.Dialogflow.V2` namespace and is contained within the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as deep cloning and equality checks."],["The `CreateConversationDatasetRequest` has two key properties: `ConversationDataset`, which is the dataset to create, and `Parent`, which specifies the project and location for the dataset."],["Multiple versions are available, with `4.26.0` being the latest, which is followed by a list of previous versions all the way back to `3.2.0`."]]],[]]