Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CreateTransitionRouteGroupRequest.
The request message for TransitionRouteGroups.CreateTransitionRouteGroup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#language_code
def language_code() -> ::String
-
(::String) — The language of the following fields in
TransitionRouteGroup
:-
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.
-
#language_code=
def language_code=(value) -> ::String
-
value (::String) — The language of the following fields in
TransitionRouteGroup
:-
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.
-
-
(::String) — The language of the following fields in
TransitionRouteGroup
:-
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.
-
#parent
def parent() -> ::String
-
(::String) — Required. The flow to create an
TransitionRouteGroup
for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
orprojects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
for agent-level groups.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The flow to create an
TransitionRouteGroup
for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
orprojects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
for agent-level groups.
-
(::String) — Required. The flow to create an
TransitionRouteGroup
for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>
orprojects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
for agent-level groups.
#transition_route_group
def transition_route_group() -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup
- (::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup) — Required. The transition route group to create.
#transition_route_group=
def transition_route_group=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup
- value (::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup) — Required. The transition route group to create.
- (::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup) — Required. The transition route group to create.