Class: Google::Cloud::Dialogflow::CX::V3::UpdateTransitionRouteGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::UpdateTransitionRouteGroupRequest
- 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.UpdateTransitionRouteGroup.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
The language of the following fields in
TransitionRouteGroup
:. -
#transition_route_group ⇒ ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The mask to control which fields get updated.
Instance Attribute Details
#language_code ⇒ ::String
Returns 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.
180 181 182 183 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 180 class UpdateTransitionRouteGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transition_route_group ⇒ ::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup
Returns Required. The transition route group to update.
180 181 182 183 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 180 class UpdateTransitionRouteGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The mask to control which fields get updated.
180 181 182 183 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 180 class UpdateTransitionRouteGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |