Class: Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup

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

A TransitionRouteGroup represents a group of TransitionRoutes to be used by a Page.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.

Returns:

  • (::String)

    Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.



44
45
46
47
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 44

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

#name::String

Returns The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID> .

Returns:

  • (::String)

    The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID> .



44
45
46
47
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 44

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

#transition_routes::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>

Returns Transition routes associated with the TransitionRouteGroup.

Returns:



44
45
46
47
# File 'proto_docs/google/cloud/dialogflow/cx/v3/transition_route_group.rb', line 44

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