Class DeployFlowResponse (1.5.0)

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

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

Inheritance

Object > DeployFlowResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

DeployFlowResponse()

public DeployFlowResponse()

DeployFlowResponse(DeployFlowResponse)

public DeployFlowResponse(DeployFlowResponse other)
Parameter
NameDescription
otherDeployFlowResponse

Properties

Deployment

public string Deployment { get; set; }

The name of the flow version [Deployment][google.cloud.dialogflow.cx.v3.Deployment]. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/ environments/&lt;Environment ID>/deployments/&lt;Deployment ID>.

Property Value
TypeDescription
String

Environment

public Environment Environment { get; set; }

The updated environment where the flow is deployed.

Property Value
TypeDescription
Environment