public sealed class DeleteConversationModelRequest : IMessage<DeleteConversationModelRequest>, IEquatable<DeleteConversationModelRequest>, IDeepCloneable<DeleteConversationModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteConversationModelRequest.
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"]],[["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 `DeleteConversationModelRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0."],["The `DeleteConversationModelRequest` class is used to request the deletion of a conversation model and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the class's constructors, including a parameter-less constructor and one that accepts another `DeleteConversationModelRequest` object."],["It outlines the `Name` property, which is a required string field representing the conversation model to delete, following a specific format: `projects/\u003cProject ID\u003e/conversationModels/\u003cConversation Model ID\u003e`."],["This page also provides a list of all available versions, ranging from 4.26.0 (latest) to 3.2.0."]]],[]]