events

@JvmName(name = "royerkcmtfftdfrp")
suspend fun events(value: Output<List<String>>)
@JvmName(name = "fqahaxcpehsabddo")
suspend fun events(value: List<String>?)

Parameters

value

Optional. The collection of event names that trigger the intent. If the collection of input contexts is not empty, all of the contexts must be present in the active user session for an event to trigger this intent. Event names are limited to 150 characters.


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


@JvmName(name = "lnvoeckekxflipqa")
suspend fun events(values: List<Output<String>>)
@JvmName(name = "fohkrcvjlyvbuywy")
suspend fun events(vararg values: String)

Parameters

values

Optional. The collection of event names that trigger the intent. If the collection of input contexts is not empty, all of the contexts must be present in the active user session for an event to trigger this intent. Event names are limited to 150 characters.