transitionRouteGroups

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

Parameters

value

Ordered list of TransitionRouteGroups associated with the page. Transition route groups must be unique within a page. If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route page's transition route group flow's transition routes. If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/.


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


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

Parameters

values

Ordered list of TransitionRouteGroups associated with the page. Transition route groups must be unique within a page. If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route page's transition route group flow's transition routes. If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/.