public sealed class FlowTransition : IMessage<FlowTransition>, IEquatable<FlowTransition>, IDeepCloneable<FlowTransition>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class FlowTransition.
Stores metadata of the transition to a target CX flow. Flow transition actions exit the caller playbook and enter the child flow.
Implements
IMessageFlowTransition, IEquatableFlowTransition, IDeepCloneableFlowTransition, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
FlowTransition()
public FlowTransition()FlowTransition(FlowTransition)
public FlowTransition(FlowTransition other)| Parameter | |
|---|---|
| Name | Description |
other |
FlowTransition |
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/<Agentflows/<FlowID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FlowAsFlowName
public FlowName FlowAsFlowName { get; set; }| Property Value | |
|---|---|
| Type | Description |
FlowName |
|