UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 846 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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. |