transitionRoutes property

List<GoogleCloudDialogflowCxV3TransitionRoute>? transitionRoutes
getter/setter pair

A list of transitions for the transition rules of this page.

They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.

Implementation

core.List<GoogleCloudDialogflowCxV3TransitionRoute>? transitionRoutes;