@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 882 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[data](./x-adapter-platform.platformsemanticqueriesresponse.data.md)
</td><td>
</td><td>
{ candidates: [PlatformSemanticQuery](./x-adapter-platform.platformsemanticquery.md)<!-- -->\[\]; }
</td><td>
</td></tr>
</tbody></table>