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 document provides reference and code samples for the `DeployConversationModelRequest` class in the Google Cloud Dialogflow v2 API."],["The `DeployConversationModelRequest` class is used to request the deployment of a conversation model, as part of the `ConversationModels.DeployConversationModel` process."],["The documentation includes details on the class's inheritance, the interfaces it implements (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), and inherited members."],["It outlines the class constructors, including a default constructor and a constructor that takes another `DeployConversationModelRequest` instance as input."],["The documentation details the `Name` property, which is required to identify the specific conversation model to be deployed, using a specific format for the model ID."]]],[]]