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-03-21 UTC."],[[["This webpage provides reference documentation for the `DeployConversationModelRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `DeployConversationModelRequest` class is a request message used for deploying conversation models via the `ConversationModels.DeployConversationModel` method."],["The page details the class's inheritance, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and lists inherited methods from the `object` class."],["The documentation covers the constructors of the `DeployConversationModelRequest` class, including a parameter overview for the constructor that accepts another `DeployConversationModelRequest`."],["The `Name` property within `DeployConversationModelRequest` is detailed, explaining its purpose for specifying the conversation model to deploy, including the required format."]]],[]]