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-04-09 UTC."],[[["This document provides detailed information about the `CreateConversationDatasetRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["The `CreateConversationDatasetRequest` class is used to send a request to create a new conversation dataset using the `ConversationDatasets.CreateConversationDataset` method."],["The latest version documented is 4.26.0, and the document lists numerous previous versions dating back to version 3.2.0, including the version 4.1.0 for this class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, deep cloning, and buffer management."],["The class contains the properties `ConversationDataset` and `Parent`, `ConversationDataset` being the dataset to be created, while `Parent` specifies the project and location the dataset is to be created under."]]],[]]