<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [AiQuestionsRequest](./x-types.aiquestionsrequest.md)

## AiQuestionsRequest interface

Request for the question endpoint.

**Signature:**

```typescript
export interface AiQuestionsRequest extends ExtraParamsRequest 
```
**Extends:** [ExtraParamsRequest](./x-types.extraparamsrequest.md)

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[lang](./x-types.aiquestionsrequest.lang.md)


</td><td>


</td><td>

string


</td><td>


</td></tr>
<tr><td>

[query?](./x-types.aiquestionsrequest.query.md)


</td><td>


</td><td>

string


</td><td>

_(Optional)_


</td></tr>
</tbody></table>

