transitionRoutes

@JvmName(name = "iujrlfdecctxugfc")
suspend fun transitionRoutes(value: Output<List<CxFlowTransitionRouteArgs>>)
@JvmName(name = "ljoqjqrgrvfnoxkf")
suspend fun transitionRoutes(value: List<CxFlowTransitionRouteArgs>?)

Parameters

value

A flow's transition routes serve two purposes: They are responsible for matching the user's first utterances in the flow. They are inherited by every page's Page.transition_routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: TransitionRoutes with intent specified. TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow. Structure is documented below.


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


@JvmName(name = "ekscwdkqulxkivnp")
suspend fun transitionRoutes(values: List<Output<CxFlowTransitionRouteArgs>>)
@JvmName(name = "ugfaalkbyvgcwnkc")
suspend fun transitionRoutes(vararg values: CxFlowTransitionRouteArgs)

Parameters

values

A flow's transition routes serve two purposes: They are responsible for matching the user's first utterances in the flow. They are inherited by every page's Page.transition_routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: TransitionRoutes with intent specified. TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow. Structure is documented below.


@JvmName(name = "qcdwypgynuydbymf")
suspend fun transitionRoutes(argument: List<suspend CxFlowTransitionRouteArgsBuilder.() -> Unit>)
@JvmName(name = "djjqhlsgybsisacv")
suspend fun transitionRoutes(vararg argument: suspend CxFlowTransitionRouteArgsBuilder.() -> Unit)
@JvmName(name = "pplffiljaisiiici")
suspend fun transitionRoutes(argument: suspend CxFlowTransitionRouteArgsBuilder.() -> Unit)

Parameters

argument

A flow's transition routes serve two purposes: They are responsible for matching the user's first utterances in the flow. They are inherited by every page's Page.transition_routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: TransitionRoutes with intent specified. TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow. Structure is documented below.