public sealed class DeployConversationModelRequest : IMessage<DeployConversationModelRequest>, IEquatable<DeployConversationModelRequest>, IDeepCloneable<DeployConversationModelRequest>, IBufferMessage, IMessage
The request message for
[ConversationModels.DeployConversationModel][google.cloud.dialogflow.v2.ConversationModels.DeployConversationModel]
[[["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 content focuses on the `DeployConversationModelRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically highlighting its various versions."],["Version 4.26.0 is the latest version, and the content provides links to documentation for versions ranging from 4.26.0 down to 3.2.0."],["The `DeployConversationModelRequest` class is used to deploy conversation models and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Name` property which is a string representing the conversation model to be deployed, following a specific format, `projects/{Project ID}/conversationModels/{Conversation Model ID}`."],["The class has 2 constructors, one default and one that takes in another `DeployConversationModelRequest` object."]]],[]]