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."],[[["This webpage provides documentation for the `CreateConversationDatasetRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The documentation covers a range of versions for this class, from the latest version 4.26.0 down to version 3.2.0, allowing for access to prior versions if needed."],["`CreateConversationDatasetRequest` is used to request the creation of a new conversation dataset in the Google Cloud Dialogflow API, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties such as `ConversationDataset` and `Parent`, which are required for creating a new dataset, with details provided on their types and requirements."],["The webpage provides information on the `CreateConversationDatasetRequest` class's constructors and details on its implementation of various inherited members from the base Object class, including a deep link to the object class."]]],[]]