transitionRouteGroups

@JvmName(name = "isybaxgcsfoymxsx")
suspend fun transitionRouteGroups(value: Output<List<String>>)
@JvmName(name = "cymyuiniyxjjhptl")
suspend fun transitionRouteGroups(value: List<String>?)

Parameters

value

A flow's transition route group 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_route_groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:projects//locations//agents//flows//transitionRouteGroups/.


@JvmName(name = "vybnrhecnkiyqglo")
suspend fun transitionRouteGroups(vararg values: Output<String>)


@JvmName(name = "iqxbrwperjgdwetf")
suspend fun transitionRouteGroups(values: List<Output<String>>)
@JvmName(name = "gyqfthcldtkkbfox")
suspend fun transitionRouteGroups(vararg values: String)

Parameters

values

A flow's transition route group 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_route_groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:projects//locations//agents//flows//transitionRouteGroups/.