<!-- 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; [PlatformRelatedPrompt](./x-adapter-platform.platformrelatedprompt.md)

## PlatformRelatedPrompt interface

Related prompt model for the `platform` API.

**Signature:**

```typescript
export interface PlatformRelatedPrompt 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [nextQueries](./x-adapter-platform.platformrelatedprompt.nextqueries.md) |  | string\[\] |  |
|  [suggestionText](./x-adapter-platform.platformrelatedprompt.suggestiontext.md) |  | string |  |
|  [tagging](./x-adapter-platform.platformrelatedprompt.tagging.md) |  | [PlatformRelatedPromptTagging](./x-adapter-platform.platformrelatedprompttagging.md) |  |
|  [type](./x-adapter-platform.platformrelatedprompt.type.md) |  | 'SYNTHETIC' \| 'CURATED' |  |

