<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [RelatedPrompt](./x-types.relatedprompt.md)

## RelatedPrompt interface

Represents a related prompt.

**Signature:**

```typescript
export interface RelatedPrompt extends NamedModel<'RelatedPrompt'> 
```
**Extends:** [NamedModel](./x-types.namedmodel.md)<!-- -->&lt;'RelatedPrompt'&gt;

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [nextQueries](./x-types.relatedprompt.nextqueries.md) |  | string\[\] | The queries of the next queries related to the prompt. |
|  [relatedPromptNextQueries?](./x-types.relatedprompt.relatedpromptnextqueries.md) |  | [RelatedPromptNextQuery](./x-types.relatedpromptnextquery.md)<!-- -->\[\] | _(Optional)_ The next queries related to the prompt. |
|  [suggestionText](./x-types.relatedprompt.suggestiontext.md) |  | string | The prompt. |
|  [tagging?](./x-types.relatedprompt.tagging.md) |  | { toolingDisplayTagging?: [TaggingRequest](./x-types.taggingrequest.md)<!-- -->; toolingDisplayClickTagging?: [TaggingRequest](./x-types.taggingrequest.md)<!-- -->; nextQueriesTagging?: [RelatedPromptNextQuery](./x-types.relatedpromptnextquery.md)<!-- -->\[\]; } | _(Optional)_ Related prompt tagging. |
|  [toolingDisplayTagging?](./x-types.relatedprompt.toolingdisplaytagging.md) |  | [TaggingRequest](./x-types.taggingrequest.md) | _(Optional)_ The tooling display tagging of the prompt. |
|  [type](./x-types.relatedprompt.type.md) |  | string | The type of the prompt. |

