# Config

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

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

Global settings for the Intents API.

## Properties

- **`enableIntentsResolverUI`** (`boolean`, optional) default: `true`
  If `true`, will enable using the Intents Resolver UI for handling raised Intents.
  The Intents Resolver UI provides the user with a list of all available apps and running instances which can handle the raised Intent.
  In case there is only one Intent handler available, it will be automatically selected for handling the raised Intent,
  without displaying the Intents Resolver UI to the user.
- **`intentsResolverAppName`** (`string`, optional)
  Specify the name of your custom Intents Resolver app to be used for raised Intents.
  If not provided, the Intents API will use the default Intents Resolver UI app.
- **`methodResponseTimeoutMs`** (`number`, optional) default: `60000`
  Interval in milliseconds to wait for a response from the Intents Resolver UI.
