UNPKG

@empathyco/x-components

Version:
25 lines (16 loc) 1.07 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [PlatformRelatedPrompt](./x-adapter-platform.platformrelatedprompt.md) ## PlatformRelatedPrompt interface Related prompt model for the `platform` API. **Signature:** ```typescript export interface PlatformRelatedPrompt ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [nextQueries](./x-adapter-platform.platformrelatedprompt.nextqueries.md) | | string\[\] | | | [suggestionImageUrl](./x-adapter-platform.platformrelatedprompt.suggestionimageurl.md) | | string | | | [suggestionText](./x-adapter-platform.platformrelatedprompt.suggestiontext.md) | | string | | | [tagging](./x-adapter-platform.platformrelatedprompt.tagging.md) | | [PlatformRelatedPromptTagging](./x-adapter-platform.platformrelatedprompttagging.md) | | | [type](./x-adapter-platform.platformrelatedprompt.type.md) | | 'SYNTHETIC' \| 'CURATED' | |