public sealed class FlowInvocation : IMessage<FlowInvocation>, IEquatable<FlowInvocation>, IDeepCloneable<FlowInvocation>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class FlowInvocation.
Stores metadata of the invocation of a CX flow.
Implements
IMessageFlowInvocation, IEquatableFlowInvocation, IDeepCloneableFlowInvocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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; }| Property Value | |
|---|---|
| Type | Description |
FlowName |
|
FlowState
public OutputState FlowState { get; set; }Required. Flow invocation's output state.
| Property Value | |
|---|---|
| Type | Description |
OutputState |
|