events

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

Parameters

value

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. See the events reference for more details.


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


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

Parameters

values

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. See the events reference for more details.