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"]],[["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 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."]]],[]]