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."],[[["The latest version available for `CreateConversationDatasetRequest` is 4.26.0, with a range of previous versions from 4.25.0 down to 3.2.0 and 3.11.0."],["`CreateConversationDatasetRequest` is a request message for `ConversationDatasets.CreateConversationDataset` and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `CreateConversationDatasetRequest()` and one that takes another `CreateConversationDatasetRequest` object as a parameter, `CreateConversationDatasetRequest(CreateConversationDatasetRequest other)`."],["Key properties include `ConversationDataset`, representing the dataset to create, and `Parent`, indicating the project and location for which the dataset is created."]]],[]]