Dialogflow v3 API - Class FlowTransition (3.0.0)

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

Reference 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.

Inheritance

object > FlowTransition

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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; }

FlowName-typed view over the Flow resource name property.

Property Value
Type Description
FlowName