REST Resource: projects.locations.agents.flows.transitionRouteGroups

Resource: TransitionRouteGroup

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

JSON representation
{
  "name": string,
  "displayName": string,
  "transitionRoutes": [
    {
      object (TransitionRoute)
    }
  ]
}
Fields
name

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> .

displayName

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.

transitionRoutes[]

object (TransitionRoute)

Transition routes associated with the TransitionRouteGroup.

Methods

create

Creates an TransitionRouteGroup in the specified flow.

delete

Deletes the specified TransitionRouteGroup.

get

Retrieves the specified TransitionRouteGroup.

list

Returns the list of all transition route groups in the specified flow.

patch

Updates the specified TransitionRouteGroup.