# GetIntentsResult

**Kind**: interface | **Module**: [Intents](https://docs.interop.io/browser/reference/javascript/intents/index.md)

**Source**: https://docs.interop.io/browser/reference/javascript/intents/getintentsresult/index.html

Describes the result returned by the `getIntents()` method.

## Properties

- **`intents`** (`IntentInfo[]`, required)
  List of objects describing the Intents associated with the specified Intent handler.

## Related types

- [IntentInfo](https://docs.interop.io/browser/reference/javascript/intents/intentinfo/index.md)
