@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 1.07 kB
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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[maxItemsToRequest](./x-components.semanticqueriesconfig.maxitemstorequest.md)
</td><td>
</td><td>
number
</td><td>
Number of SemanticQueries to request.
</td></tr>
<tr><td>
[threshold](./x-components.semanticqueriesconfig.threshold.md)
</td><td>
</td><td>
number
</td><td>
Maximum number of results in the SearchResponse to display semantic queries.
</td></tr>
</tbody></table>