IntentContextinterface
Describes the predefined data structure that will be passed to an Intent handler.
Properties (2)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| data⚓︎ | { [key: string]: any } | x | x | Data passed as an argument to the Intent handler implementation. |
| type⚓︎ | string | x | x | Type of the predefined data structure. |