View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroup (google_api_dialogflow v0.88.3)
A TransitionRouteGroup represents a group of TransitionRoutes
to be used by a Page.
Attributes
-
displayName
(type:String.t
, default:nil
) - Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters. -
name
(type:String.t
, default:nil
) - The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format:projects//locations//agents//flows//transitionRouteGroups/
. -
transitionRoutes
(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRoute.t)
, default:nil
) - Transition routes associated with the TransitionRouteGroup.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroup{ displayName: String.t() | nil, name: String.t() | nil, transitionRoutes: [ GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRoute.t() ] | nil }