transitionRoutes

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

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 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.


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


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

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 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.


@JvmName(name = "xehsgcuexflnpsve")
suspend fun transitionRoutes(argument: List<suspend GoogleCloudDialogflowCxV3beta1TransitionRouteArgsBuilder.() -> Unit>)
@JvmName(name = "tgumkocsutdxsvcr")
suspend fun transitionRoutes(vararg argument: suspend GoogleCloudDialogflowCxV3beta1TransitionRouteArgsBuilder.() -> Unit)
@JvmName(name = "rwpmatalkimfyodh")
suspend fun transitionRoutes(argument: suspend GoogleCloudDialogflowCxV3beta1TransitionRouteArgsBuilder.() -> 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 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.