@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.18 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
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [query](./x-types.relatedpromptnextquery.query.md) | | string | The query of the next query. |
| [toolingDisplayAdd2CartTagging](./x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md) | | [TaggingRequest](./x-types.taggingrequest.md) | The tooling display add2cart tagging of the next query. |
| [toolingDisplayClickTagging](./x-types.relatedpromptnextquery.toolingdisplayclicktagging.md) | | [TaggingRequest](./x-types.taggingrequest.md) | The tooling display click tagging of the next query. |
| [toolingDisplayTagging](./x-types.relatedpromptnextquery.toolingdisplaytagging.md) | | [TaggingRequest](./x-types.taggingrequest.md) | The tooling display tagging of the next query. |