@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 846 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SemanticQueriesConfig](./x-components.semanticqueriesconfig.md)
## SemanticQueriesConfig interface
Configuration options for the [SemanticQueriesXModule](./x-components.semanticqueriesxmodule.md)<!-- -->.
**Signature:**
```typescript
export interface SemanticQueriesConfig
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [maxItemsToRequest](./x-components.semanticqueriesconfig.maxitemstorequest.md) | | number | Number of SemanticQueries to request. |
| [threshold](./x-components.semanticqueriesconfig.threshold.md) | | number | Maximum number of results in the SearchResponse to display semantic queries. |