public sealed class DeleteConversationModelRequest : IMessage<DeleteConversationModelRequest>, IEquatable<DeleteConversationModelRequest>, IDeepCloneable<DeleteConversationModelRequest>, IBufferMessage, IMessage
The request message for
[ConversationModels.DeleteConversationModel][google.cloud.dialogflow.v2.ConversationModels.DeleteConversationModel]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available is 4.26.0, with a range of versions from 4.26.0 down to 3.2.0 being accessible."],["The `DeleteConversationModelRequest` class is a request message used for deleting conversation models in the Google Cloud Dialogflow V2 API, as indicated by the method `ConversationModels.DeleteConversationModel`."],["`DeleteConversationModelRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Name` property within `DeleteConversationModelRequest` is required and represents the conversation model to be deleted, following a specific format."],["The provided documentation covers `DeleteConversationModelRequest` version 4.1.0, and shows the inheritance from the object class, as well as the constructors `DeleteConversationModelRequest()` and `DeleteConversationModelRequest(DeleteConversationModelRequest)`."]]],[]]