Class: Google::Cloud::Dialogflow::CX::V3::UpdateTransitionRouteGroupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb

Overview

Instance Attribute Summary collapse

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.

Returns:

  • (::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.



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.

Returns:



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.

Returns:



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