Dialogflow v3 API - Class DeployFlowResponse (2.17.0)

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

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

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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>/deployments/<Deployment ID>.

Property Value
TypeDescription
string

Environment

public Environment Environment { get; set; }

The updated environment where the flow is deployed.

Property Value
TypeDescription
Environment