events property

List<String>? events
getter/setter pair

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.

Optional.

Implementation

core.List<core.String>? events;