<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AiState](./x-components.aistate.md) &gt; [selectedFilters](./x-components.aistate.selectedfilters.md)

## AiState.selectedFilters property

The dictionary of selected filters, used to perform the AI requests. The key is the facet ID, and the value the list of filters for that facet.

**Signature:**

```typescript
selectedFilters: Dictionary<Filter[]>;
```
