Dialogflow v3 API - Class DeployFlowResponse (2.19.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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/ environments/<Environment ID>/deployments/<Deployment ID>.

Property Value
Type Description
string

Environment

public Environment Environment { get; set; }

The updated environment where the flow is deployed.

Property Value
Type Description
Environment

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.