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 latest version of the `DeployConversationModelRequest` is 4.26.0, while this page focuses on version 4.1.0."],["This documentation page provides access to a comprehensive list of versions for `DeployConversationModelRequest`, ranging from 4.26.0 down to 3.2.0."],["`DeployConversationModelRequest` is a request message used for deploying conversation models, which implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeployConversationModelRequest` class has two constructors, one default and one that accepts another `DeployConversationModelRequest` as a parameter, enabling the creation of new instances with or without existing data."],["The `Name` property within `DeployConversationModelRequest` is required and specifies the conversation model to be deployed, following the format `projects/{Project ID}/conversationModels/{Conversation Model ID}`."]]],[]]