public sealed class UndeployConversationModelRequest : IMessage<UndeployConversationModelRequest>, IEquatable<UndeployConversationModelRequest>, IDeepCloneable<UndeployConversationModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UndeployConversationModelRequest.
The request message for
[ConversationModels.UndeployConversationModel][google.cloud.dialogflow.v2.ConversationModels.UndeployConversationModel]
[[["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 `UndeployConversationModelRequest` class within the Google Cloud Dialogflow V2 API."],["The `UndeployConversationModelRequest` class is used to send a request to undeploy a conversation model, as part of the `ConversationModels.UndeployConversationModel` process."],["The latest version available is 4.26.0, while the current page shows the documentation for version 4.15.0, with older versions also being accessible from 4.0.0 to 4.25.0, and older ones like 3.2.0 to 3.11.0."],["The `Name` property within `UndeployConversationModelRequest` is required and should be in the format: `projects/\u003cProject ID\u003e/conversationModels/\u003cConversation Model ID\u003e`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."]]],[]]