Dialogflow v3 API - Class FlowInvocation (3.0.0)

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

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

Stores metadata of the invocation of a CX flow.

Inheritance

object > FlowInvocation

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FlowInvocation()

public FlowInvocation()

FlowInvocation(FlowInvocation)

public FlowInvocation(FlowInvocation other)
Parameter
Name Description
other FlowInvocation

Properties

DisplayName

public string DisplayName { get; set; }

Output only. The display name of the flow.

Property Value
Type Description
string

Flow

public string Flow { get; set; }

Required. The unique identifier of the flow. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

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

FlowState

public OutputState FlowState { get; set; }

Required. Flow invocation's output state.

Property Value
Type Description
OutputState