@empathyco/x-components
Version:
Empathy X Components
116 lines (51 loc) • 1.54 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [RelatedPromptNextQuery](./x-types.relatedpromptnextquery.md)
## RelatedPromptNextQuery interface
Represents a related prompt nextQuery.
**Signature:**
```typescript
export interface RelatedPromptNextQuery
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[query](./x-types.relatedpromptnextquery.query.md)
</td><td>
</td><td>
string
</td><td>
The query of the next query.
</td></tr>
<tr><td>
[toolingDisplayAdd2CartTagging](./x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md)
</td><td>
</td><td>
[TaggingRequest](./x-types.taggingrequest.md)
</td><td>
The tooling display add2cart tagging of the next query.
</td></tr>
<tr><td>
[toolingDisplayClickTagging](./x-types.relatedpromptnextquery.toolingdisplayclicktagging.md)
</td><td>
</td><td>
[TaggingRequest](./x-types.taggingrequest.md)
</td><td>
The tooling display click tagging of the next query.
</td></tr>
<tr><td>
[toolingDisplayTagging](./x-types.relatedpromptnextquery.toolingdisplaytagging.md)
</td><td>
</td><td>
[TaggingRequest](./x-types.taggingrequest.md)
</td><td>
The tooling display tagging of the next query.
</td></tr>
</tbody></table>