transitionRoutes

@JvmName(name = "cspidmetfxcpggem")
suspend fun transitionRoutes(value: Output<List<GoogleCloudDialogflowCxV3beta1TransitionRouteArgs>>)
@JvmName(name = "cotxrpmymbpabteq")
suspend fun transitionRoutes(value: List<GoogleCloudDialogflowCxV3beta1TransitionRouteArgs>?)

Parameters

value

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.


@JvmName(name = "cwbervflyaywphdf")
suspend fun transitionRoutes(vararg values: Output<GoogleCloudDialogflowCxV3beta1TransitionRouteArgs>)


@JvmName(name = "gdvmkiaudqnovybv")
suspend fun transitionRoutes(values: List<Output<GoogleCloudDialogflowCxV3beta1TransitionRouteArgs>>)
@JvmName(name = "gaxceyhwmjnwkvki")
suspend fun transitionRoutes(vararg values: GoogleCloudDialogflowCxV3beta1TransitionRouteArgs)

Parameters

values

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.


@JvmName(name = "cpgsptyboepnogdx")
suspend fun transitionRoutes(argument: List<suspend GoogleCloudDialogflowCxV3beta1TransitionRouteArgsBuilder.() -> Unit>)
@JvmName(name = "gmnsxectnplaupsy")
suspend fun transitionRoutes(vararg argument: suspend GoogleCloudDialogflowCxV3beta1TransitionRouteArgsBuilder.() -> Unit)
@JvmName(name = "ybdprfjbyyanerrs")
suspend fun transitionRoutes(argument: suspend GoogleCloudDialogflowCxV3beta1TransitionRouteArgsBuilder.() -> Unit)

Parameters

argument

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.