Class: Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb
Overview
A TransitionRouteGroup represents a group of
TransitionRoutes
to be
used by a Page.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
The unique identifier of the transition route group.
-
#transition_routes ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>
Transition routes associated with the TransitionRouteGroup.
Instance Attribute Details
#display_name ⇒ ::String
Returns Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
43 44 45 46 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 43 class TransitionRouteGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The unique identifier of the transition route group.
TransitionRouteGroups.CreateTransitionRouteGroup
populates the name automatically. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/transitionRouteGroups/<TransitionRouteGroupID>
.
43 44 45 46 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 43 class TransitionRouteGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transition_routes ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>
Returns Transition routes associated with the TransitionRouteGroup.
43 44 45 46 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 43 class TransitionRouteGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |