@empathyco/x-components
Version:
Empathy X Components
21 lines (12 loc) • 729 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformSemanticQueriesResponse](./x-adapter-platform.platformsemanticqueriesresponse.md)
## PlatformSemanticQueriesResponse interface
Response for the `semantic queries` endoint.
**Signature:**
```typescript
export interface PlatformSemanticQueriesResponse
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [data](./x-adapter-platform.platformsemanticqueriesresponse.data.md) | | { candidates: [PlatformSemanticQuery](./x-adapter-platform.platformsemanticquery.md)<!-- -->\[\]; } | |