Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup.
An TransitionRouteGroup represents a group of TransitionRoutes to be used by a Page.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String Returns
- (::String) — Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
#display_name=
def display_name=(value) -> ::String Parameter
- value (::String) — Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
Returns
- (::String) — Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
#name
def name() -> ::String Returns
- (::String) — The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>.
#name=
def name=(value) -> ::String Parameter
- value (::String) — The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>.
Returns
- (::String) — The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>.
#transition_routes
def transition_routes() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute> Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>) — Transition routes associated with the TransitionRouteGroup.
#transition_routes=
def transition_routes=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute> Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>) — Transition routes associated with the TransitionRouteGroup.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>) — Transition routes associated with the TransitionRouteGroup.