# GetIntentsResult

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

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

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

*Since: io.Connect Desktop 9.2, @interopio/desktop 6.2.0*

## Properties

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

## Related types

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