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 documentation for the `DeleteConversationDatasetRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET implementation."],["The content covers version history, ranging from version 4.26.0 (latest) down to 3.2.0, each offering documentation for the `DeleteConversationDatasetRequest` class."],["`DeleteConversationDatasetRequest` is a class used to make a request to delete a conversation dataset, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one, and another that takes a `DeleteConversationDatasetRequest` object, allowing for the creation of a copy of an existing instance."],["Key properties of `DeleteConversationDatasetRequest` include `ConversationDatasetName`, a typed view of the resource name, and `Name`, a string representing the required conversation dataset to be deleted."]]],[]]