@empathyco/x-components
Version:
Empathy X Components
28 lines (19 loc) • 1.74 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [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)<!-- --><'RelatedPrompt'>
## 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. |
| [suggestionImageUrl?](./x-types.relatedprompt.suggestionimageurl.md) | | string | _(Optional)_ The prompt image |
| [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. |