transitionRouteGroups

@JvmName(name = "wusvpygqpbbnmdqi")
suspend fun transitionRouteGroups(value: Output<List<String>>)
@JvmName(name = "barabtdrepgbgjas")
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 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 = "mqcesltwahsxuher")
suspend fun transitionRouteGroups(vararg values: Output<String>)


@JvmName(name = "prrtpqnvktxjsxtp")
suspend fun transitionRouteGroups(values: List<Output<String>>)
@JvmName(name = "rqiafpyvarrhtoxa")
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 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/.