# ResolverIntentHandler

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

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

Describes an Intent handler app within the Intents Resolver API.

## Properties

- **`applicationIcon`** (`string`, optional)
  Icon of the Intent handler app.
- **`applicationName`** (`string`, required)
  Name of the Intent handler app.
- **`applicationTitle`** (`string`, optional)
  Title of the Intent handler.
- **`instanceId`** (`string`, optional)
  ID of the Intent handler app instance.
