@empathyco/x-components
Version:
Empathy X Components
174 lines (76 loc) • 2.3 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[nextQueries](./x-types.relatedprompt.nextqueries.md)
</td><td>
</td><td>
string\[\]
</td><td>
The queries of the next queries related to the prompt.
</td></tr>
<tr><td>
[relatedPromptNextQueries?](./x-types.relatedprompt.relatedpromptnextqueries.md)
</td><td>
</td><td>
[RelatedPromptNextQuery](./x-types.relatedpromptnextquery.md)<!-- -->\[\]
</td><td>
_(Optional)_ The next queries related to the prompt.
</td></tr>
<tr><td>
[suggestionImageUrl?](./x-types.relatedprompt.suggestionimageurl.md)
</td><td>
</td><td>
string
</td><td>
_(Optional)_ The prompt image
</td></tr>
<tr><td>
[suggestionText](./x-types.relatedprompt.suggestiontext.md)
</td><td>
</td><td>
string
</td><td>
The prompt.
</td></tr>
<tr><td>
[tagging?](./x-types.relatedprompt.tagging.md)
</td><td>
</td><td>
{ toolingDisplayTagging?: [TaggingRequest](./x-types.taggingrequest.md)<!-- -->; toolingDisplayClickTagging?: [TaggingRequest](./x-types.taggingrequest.md)<!-- -->; nextQueriesTagging?: [RelatedPromptNextQuery](./x-types.relatedpromptnextquery.md)<!-- -->\[\]; }
</td><td>
_(Optional)_ Related prompt tagging.
</td></tr>
<tr><td>
[toolingDisplayTagging?](./x-types.relatedprompt.toolingdisplaytagging.md)
</td><td>
</td><td>
[TaggingRequest](./x-types.taggingrequest.md)
</td><td>
_(Optional)_ The tooling display tagging of the prompt.
</td></tr>
<tr><td>
[type](./x-types.relatedprompt.type.md)
</td><td>
</td><td>
string
</td><td>
The type of the prompt.
</td></tr>
</tbody></table>