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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]