<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [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>

