Class: Google::Cloud::Dialogflow::CX::V3::CreateTransitionRouteGroupRequest

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.



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 154

class CreateTransitionRouteGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The flow to create an TransitionRouteGroup for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID> for agent-level groups.

Returns:

  • (::String)

    Required. The flow to create an TransitionRouteGroup for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID> for agent-level groups.



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 154

class CreateTransitionRouteGroupRequest
  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 create.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 154

class CreateTransitionRouteGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end