@empathyco/x-components
Version:
Empathy X Components
74 lines (33 loc) • 1.04 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformRelatedPromptsResponse](./x-adapter-platform.platformrelatedpromptsresponse.md)
## PlatformRelatedPromptsResponse interface
Response for the `related prompts` endpoint.
**Signature:**
```typescript
export interface PlatformRelatedPromptsResponse
```
## 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.platformrelatedpromptsresponse.data.md)
</td><td>
</td><td>
{ relatedprompts: [PlatformRelatedPrompt](./x-adapter-platform.platformrelatedprompt.md)<!-- -->\[\]; }
</td><td>
</td></tr>
<tr><td>
[status](./x-adapter-platform.platformrelatedpromptsresponse.status.md)
</td><td>
</td><td>
number
</td><td>
</td></tr>
</tbody></table>