@empathyco/x-components
Version:
Empathy X Components
58 lines (27 loc) • 912 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) > [PlatformSemanticQueriesRequest](./x-adapter-platform.platformsemanticqueriesrequest.md)
## PlatformSemanticQueriesRequest interface
Request for the `semantic queries` endpoint. In this endpoint the `q` param is used to send the query.
**Signature:**
```typescript
export interface PlatformSemanticQueriesRequest extends PlatformExtraParamsRequest
```
**Extends:** PlatformExtraParamsRequest
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[q](./x-adapter-platform.platformsemanticqueriesrequest.q.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
</tbody></table>