Class Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup (v0.4.0)

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. The human-readable name of the transition route group, unique within the Agent. The display name can be no longer than 30 characters.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. The human-readable name of the transition route group, unique within the Agent. 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 Agent. The display name can be no longer than 30 characters.

#name

def name() -> ::String
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>.

#name=

def name=(value) -> ::String
Parameter
  • value (::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>.
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>.

#transition_routes

def transition_routes() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>
Returns

#transition_routes=

def transition_routes=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>
Parameter
Returns