GetTransitionRouteGroupResult

data class GetTransitionRouteGroupResult(val displayName: String, val name: String, val transitionRoutes: List<GoogleCloudDialogflowCxV3TransitionRouteResponse>)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/.

Link copied to clipboard

Transition routes associated with the TransitionRouteGroup.