transitionRoutes

@JvmName(name = "furyrpkudwqqtstx")
suspend fun transitionRoutes(value: Output<List<GoogleCloudDialogflowCxV3TransitionRouteArgs>>)
@JvmName(name = "bbgdwhlsoncketkc")
suspend fun transitionRoutes(value: List<GoogleCloudDialogflowCxV3TransitionRouteArgs>?)

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 = "jhxvwgbuhqkawjsx")
suspend fun transitionRoutes(vararg values: Output<GoogleCloudDialogflowCxV3TransitionRouteArgs>)


@JvmName(name = "qowbvjhvhphecrfa")
suspend fun transitionRoutes(values: List<Output<GoogleCloudDialogflowCxV3TransitionRouteArgs>>)
@JvmName(name = "tgaxjxmuvicevcqq")
suspend fun transitionRoutes(vararg values: GoogleCloudDialogflowCxV3TransitionRouteArgs)

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 = "ihbehjqmehyedjdr")
suspend fun transitionRoutes(argument: List<suspend GoogleCloudDialogflowCxV3TransitionRouteArgsBuilder.() -> Unit>)
@JvmName(name = "thkrehqjdreanxus")
suspend fun transitionRoutes(vararg argument: suspend GoogleCloudDialogflowCxV3TransitionRouteArgsBuilder.() -> Unit)
@JvmName(name = "iciyuvddjbwdoxpk")
suspend fun transitionRoutes(argument: suspend GoogleCloudDialogflowCxV3TransitionRouteArgsBuilder.() -> 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.