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 document provides reference documentation for the `CreateConversationDatasetRequest` class within the Google Cloud Dialogflow v2 API, including its constructors, properties, and inheritance details."],["The `CreateConversationDatasetRequest` class is used to send requests for creating conversation datasets in Dialogflow and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists available versions of the API class, from version 3.2.0 up to the latest version, 4.26.0, allowing users to access documentation for each specific version."],["The class has two properties, `ConversationDataset`, which is required and is the data set to be created, and `Parent`, which is required and states what project and location the dataset should be created in."],["The class also shows it's inherited members, which are `GetHashCode()`, `GetType()`, `MemberwiseClone()`, `ToString()` from the object class."]]],[]]