transitionRouteGroups

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


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