transitionRouteGroups property

List<String>? transitionRouteGroups
getter/setter pair

A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow.

  • They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.

Implementation

core.List<core.String>? transitionRouteGroups;