public sealed class DeleteConversationDatasetRequest : IMessage<DeleteConversationDatasetRequest>, IEquatable<DeleteConversationDatasetRequest>, IDeepCloneable<DeleteConversationDatasetRequest>, IBufferMessage, IMessage
The request message for
[ConversationDatasets.DeleteConversationDataset][google.cloud.dialogflow.v2.ConversationDatasets.DeleteConversationDataset].
[[["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 details the `DeleteConversationDatasetRequest` class within the Google.Cloud.Dialogflow.V2 namespace, used for requesting the deletion of a conversation dataset."],["The latest version available is 4.26.0, and the page provides links to documentation for previous versions, starting from 4.25.0 down to 3.2.0, as well as documentation for the current version in focus, 4.1.0."],["`DeleteConversationDatasetRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to manage data and be used within the .NET framework."],["The class has two constructors: a default parameterless one and another one that accepts an existing `DeleteConversationDatasetRequest` object for cloning purposes."],["The `DeleteConversationDatasetRequest` class includes two key properties: `ConversationDatasetName`, a typed view, and `Name`, a string that stores the resource name required for the deletion of the conversation dataset."]]],[]]