public sealed class DeployFlowRequest : IMessage<DeployFlowRequest>, IEquatable<DeployFlowRequest>, IDeepCloneable<DeployFlowRequest>, IBufferMessage, IMessage
The request message for [Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].
Required. The environment to deploy the flow to.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
environments/<Environment ID>.
Required. The flow version to deploy.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/
flows/<Flow ID>/versions/<Version ID>.
[[["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 details the `DeployFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for deploying flows in Google Cloud Dialogflow CX."],["The latest version available for `DeployFlowRequest` is 2.23.0, and it also provides access to versions ranging from 2.22.0 down to 1.0.0, offering multiple version options of this request class."],["The `DeployFlowRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allow for various functionalities like message passing and cloning."],["Key properties of the `DeployFlowRequest` class are `Environment`, representing the target environment for deployment, and `FlowVersion`, indicating the specific version of the flow to be deployed, with both available as string formats and their respective typed views, `EnvironmentAsEnvironmentName` and `FlowVersionAsVersionName`."],["This class has two constructors `DeployFlowRequest()`, and `DeployFlowRequest(DeployFlowRequest other)` which allows the user to create an instance from scratch, or by using another instance of `DeployFlowRequest` as a template."]]],[]]