Dialogflow v3 API - Class DeployFlowResponse (2.21.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
Name Description
other DeployFlowResponse

Properties

Deployment

public string Deployment { get; set; }

The name of the flow version [Deployment][google.cloud.dialogflow.cx.v3.Deployment]. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>.

Property Value
Type Description
string

Environment

public Environment Environment { get; set; }

The updated environment where the flow is deployed.

Property Value
Type Description
Environment