public sealed class DeleteConversationDatasetRequest : IMessage<DeleteConversationDatasetRequest>, IEquatable<DeleteConversationDatasetRequest>, IDeepCloneable<DeleteConversationDatasetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteConversationDatasetRequest.
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 provides reference documentation for the `DeleteConversationDatasetRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `DeleteConversationDatasetRequest` class is a request message used for deleting conversation datasets in Dialogflow, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page includes documentation for various versions of the API, ranging from version 3.2.0 to the latest version 4.26.0, allowing developers to find the correct information for their project."],["The class can be constructed with no arguments or by using another `DeleteConversationDatasetRequest` object as a parameter."],["The key properties of the `DeleteConversationDatasetRequest` class are its `ConversationDatasetName`, and `Name`, which is a string that specifies the path to the dataset that should be deleted."]]],[]]