UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.18 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [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. |