Dialogflow v3 API - Class ImportFlowResponse (2.18.0)

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

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

The response message for [Flows.ImportFlow][google.cloud.dialogflow.cx.v3.Flows.ImportFlow].

Inheritance

object > ImportFlowResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ImportFlowResponse()

public ImportFlowResponse()

ImportFlowResponse(ImportFlowResponse)

public ImportFlowResponse(ImportFlowResponse other)
Parameter
Name Description
other ImportFlowResponse

Properties

Flow

public string Flow { get; set; }

The unique identifier of the new flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

Property Value
Type Description
string

FlowAsFlowName

public FlowName FlowAsFlowName { get; set; }

FlowName-typed view over the Flow resource name property.

Property Value
Type Description
FlowName