public sealed class TransitionRouteGroup : IMessage<TransitionRouteGroup>, IEquatable<TransitionRouteGroup>, IDeepCloneable<TransitionRouteGroup>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class TransitionRouteGroup.
A TransitionRouteGroup represents a group of
[TransitionRoutes][google.cloud.dialogflow.cx.v3.TransitionRoute] to be
used by a [Page][google.cloud.dialogflow.cx.v3.Page].
Implements
IMessageTransitionRouteGroup, IEquatableTransitionRouteGroup, IDeepCloneableTransitionRouteGroup, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
TransitionRouteGroup()
public TransitionRouteGroup()TransitionRouteGroup(TransitionRouteGroup)
public TransitionRouteGroup(TransitionRouteGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
TransitionRouteGroup |
Properties
DisplayName
public string DisplayName { get; set; }Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }The unique identifier of the transition route group.
[TransitionRouteGroups.CreateTransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroups.CreateTransitionRouteGroup]
populates the name automatically. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/transitionRouteGroups/<TransitionRouteGroupID>
.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TransitionRouteGroupName
public TransitionRouteGroupName TransitionRouteGroupName { get; set; }TransitionRouteGroupName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
TransitionRouteGroupName |
|
TransitionRoutes
public RepeatedField<TransitionRoute> TransitionRoutes { get; }Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTransitionRoute |
|