Class: Google::Cloud::Dialogflow::CX::V3::GetTransitionRouteGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetTransitionRouteGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb
Overview
The request message for TransitionRouteGroups.GetTransitionRouteGroup.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
The language to retrieve the transition route group for.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#language_code ⇒ ::String
Returns The language to retrieve the transition route group for. The following fields are language dependent:
-
TransitionRouteGroup.transition_routes.trigger_fulfillment.messages
*TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
123 124 125 126 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 123 class GetTransitionRouteGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the
TransitionRouteGroup.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/transitionRouteGroups/<TransitionRouteGroupID>
or
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/transitionRouteGroups/<TransitionRouteGroupID>
.
123 124 125 126 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 123 class GetTransitionRouteGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |