Dialogflow v3 API - Class DeployFlowRequest (2.19.0)

public sealed class DeployFlowRequest : IMessage<DeployFlowRequest>, IEquatable<DeployFlowRequest>, IDeepCloneable<DeployFlowRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class DeployFlowRequest.

The request message for [Environments.DeployFlow][google.cloud.dialogflow.cx.v3.Environments.DeployFlow].

Inheritance

object > DeployFlowRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

DeployFlowRequest()

public DeployFlowRequest()

DeployFlowRequest(DeployFlowRequest)

public DeployFlowRequest(DeployFlowRequest other)
Parameter
Name Description
other DeployFlowRequest

Properties

Environment

public string Environment { get; set; }

Required. The environment to deploy the flow to. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>.

Property Value
Type Description
string

EnvironmentAsEnvironmentName

public EnvironmentName EnvironmentAsEnvironmentName { get; set; }

EnvironmentName-typed view over the Environment resource name property.

Property Value
Type Description
EnvironmentName

FlowVersion

public string FlowVersion { get; set; }

Required. The flow version to deploy. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ flows/<Flow ID>/versions/<Version ID>.

Property Value
Type Description
string

FlowVersionAsVersionName

public VersionName FlowVersionAsVersionName { get; set; }

VersionName-typed view over the FlowVersion resource name property.

Property Value
Type Description
VersionName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.