events property

List<String>? events
final

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.

Implementation

final List<String>? events;