Class ImportFlowResponse (1.1.0)

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

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
NameDescription
otherImportFlowResponse

Properties

Flow

public string Flow { get; set; }

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

Property Value
TypeDescription
String

FlowAsFlowName

public FlowName FlowAsFlowName { get; set; }

FlowName-typed view over the Flow resource name property.

Property Value
TypeDescription
FlowName