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-09 UTC."],[[["This webpage provides documentation for the `DeleteConversationDatasetRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0."],["The `DeleteConversationDatasetRequest` class is used to request the deletion of a conversation dataset in Dialogflow, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists a comprehensive set of versions for the `DeleteConversationDatasetRequest` class, ranging from version 4.26.0 (latest) down to 3.2.0."],["The documentation details the class's constructors, including a default constructor and a constructor that takes another `DeleteConversationDatasetRequest` object, and it lists the `ConversationDatasetName` and `Name` properties."],["The `Name` property of the `DeleteConversationDatasetRequest` is a required string that specifies the resource name of the dataset to delete, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversationDatasets/\u003cConversation Dataset ID\u003e`."]]],[]]