Dialogflow v3 API - Class TransitionRouteGroup (2.17.0)

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

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

Inheritance

object > TransitionRouteGroup

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID> .

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
RepeatedField TransitionRoute

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.