public sealed class DeployConversationModelRequest : IMessage<DeployConversationModelRequest>, IEquatable<DeployConversationModelRequest>, IDeepCloneable<DeployConversationModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeployConversationModelRequest.
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."],[[["This page provides reference documentation for the `DeployConversationModelRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0."],["The `DeployConversationModelRequest` class is used to request the deployment of a conversation model, as outlined by the `ConversationModels.DeployConversationModel` method."],["The class `DeployConversationModelRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["There is a list of every version of the api all the way back to 3.2.0, with 4.26.0 being the most current."],["The `Name` property, of type string, is required and specifies the conversation model to be deployed, using the format: `projects/\u003cProject ID\u003e/conversationModels/\u003cConversation Model ID\u003e`."]]],[]]