@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 775 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [SemanticQueriesResponse](./x-types.semanticqueriesresponse.md)
## SemanticQueriesResponse interface
Response for the semantic queries endpoint.
**Signature:**
```typescript
export interface SemanticQueriesResponse
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[semanticQueries](./x-types.semanticqueriesresponse.semanticqueries.md)
</td><td>
</td><td>
[SemanticQuery](./x-types.semanticquery.md)<!-- -->\[\]
</td><td>
</td></tr>
</tbody></table>