IntentResultinterface
Describes the result from a raised Intent.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| handler⚓︎ | IntentHandler | x | The Intent handler implementation used for handling the Intent. |
|
| request⚓︎ | IntentRequest | x | The |
|
| result⚓︎ | any | x | x | Data returned by the Intent handler implementation. |