# IntentInfo

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

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

Provides additional information about an Intent (e.g., when an Intent is retrieved via the `getIntents()` method).

## Properties

- **`contextTypes`** (`string[]`, optional)
- **`customConfig`** (`{ [key: string]: any }`, optional)
- **`description`** (`string`, optional)
- **`displayName`** (`string`, optional)
- **`icon`** (`string`, optional)
- **`intent`** (`string`, required)
- **`resultType`** (`string`, optional)
