**[@adobe/exc-app](../README.md)**

> [Globals](../README.md) / nps

# Module: nps

APIs that let solutions interact with the NPS (Net Promoter Score) widget component, the interface for recording user experience within a specific solution.

***Import:***

```typescript
import nps from '@adobe/exc-app/nps';
```

***Default export:***

[NpsApi](../interfaces/nps.npsapi.md#interface-npsapi)

***Usage:***

```typescript
import nps from '@adobe/exc-app/nps';

nps.config = {
  enabled: true,
  sampling: 20,
  showToAdobeUsers: false
};
```

## Index

### Interfaces

* [Nps](../interfaces/nps.nps-1.md)
* [NpsApiProperties](../interfaces/nps.npsapiproperties.md)
