@empathyco/x-components
Version:
Empathy X Components
77 lines (35 loc) • 913 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [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>