<!-- 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

<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>

