public sealed class UndeployConversationModelRequest : IMessage<UndeployConversationModelRequest>, IEquatable<UndeployConversationModelRequest>, IDeepCloneable<UndeployConversationModelRequest>, IBufferMessage, IMessage
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"]],[["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 webpage details the `UndeployConversationModelRequest` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, specifically for version 4.0.0."],["This class is used to create requests for undeploying conversation models in Dialogflow, as indicated by the method `ConversationModels.UndeployConversationModel`."],["The page provides a version history of the `UndeployConversationModelRequest`, with version 4.26.0 being the latest and going as far back as version 3.2.0."],["`UndeployConversationModelRequest` implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `System.Object`."],["The primary property of the `UndeployConversationModelRequest` class is `Name`, which requires a string representing the conversation model to undeploy in the format `projects/{Project ID}/conversationModels/{Conversation Model ID}`."]]],[]]