transitionRoutes

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

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


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

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