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-04-17 UTC."],[[["This webpage provides reference documentation for the `DeleteConversationDatasetRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.23.0 and other versions as well."],["`DeleteConversationDatasetRequest` is a class used to format a request for deleting a conversation dataset, as defined by Google's Dialogflow V2 API."],["The `DeleteConversationDatasetRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `DeleteConversationDatasetRequest` object as a parameter."],["The `DeleteConversationDatasetRequest` class has properties like `ConversationDatasetName` and `Name`, with the `Name` property being a required string that specifies the conversation dataset's resource path for deletion."]]],[]]