GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroup (google_api_dialogflow v0.73.0) View Source
An 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 Agent. 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRouteGroup{
displayName: String.t() | nil,
name: String.t() | nil,
transitionRoutes:
[
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRoute.t()
]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.