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 .NET library, specifically within version 3.11.0."],["The `DeleteConversationDatasetRequest` class is used to send requests to delete a conversation dataset through the `ConversationDatasets.DeleteConversationDataset` method."],["The webpage provides access to documentation for versions ranging from 3.2.0 to 4.26.0, including links to each version's respective documentation for the `DeleteConversationDatasetRequest` class."],["The `DeleteConversationDatasetRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `ConversationDatasetName` (a typed resource name) and `Name` (a string), representing the dataset to delete and its resource name, respectively, along with having default and parameterized constructors."]]],[]]