transitionRoutes

@JvmName(name = "ertifpqkrcrdurlj")
suspend fun transitionRoutes(value: Output<List<CxPageTransitionRouteArgs>>)
@JvmName(name = "mbutrdcohlgqddkx")
suspend fun transitionRoutes(value: List<CxPageTransitionRouteArgs>?)

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. Structure is documented below.


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


@JvmName(name = "mgdktnupmbtkbkgg")
suspend fun transitionRoutes(values: List<Output<CxPageTransitionRouteArgs>>)
@JvmName(name = "yupbsmlnseuojulf")
suspend fun transitionRoutes(vararg values: CxPageTransitionRouteArgs)

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. Structure is documented below.


@JvmName(name = "pdacsltyywppmkaw")
suspend fun transitionRoutes(argument: List<suspend CxPageTransitionRouteArgsBuilder.() -> Unit>)
@JvmName(name = "csbfliytktsrhppj")
suspend fun transitionRoutes(vararg argument: suspend CxPageTransitionRouteArgsBuilder.() -> Unit)
@JvmName(name = "povkohbolfsiifmt")
suspend fun transitionRoutes(argument: suspend CxPageTransitionRouteArgsBuilder.() -> 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. Structure is documented below.