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"]],[["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 details the `UndeployConversationModelRequest` class within the Google Cloud Dialogflow V2 library for .NET, highlighting its usage in undeploying conversation models."],["The latest version of this specific `UndeployConversationModelRequest` class is 4.26.0, with historical versions dating back to 3.2.0 also documented here."],["The `UndeployConversationModelRequest` class is designed as the message request for the `ConversationModels.UndeployConversationModel` method, offering specific properties like `Name`."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for advanced functionalities."],["There are two constructor methods for this class, one default and one allowing it to be made using an existing `UndeployConversationModelRequest`."]]],[]]