UNPKG

@empathyco/x-components

Version:
125 lines (54 loc) 1.48 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 <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [nextQueries](./x-adapter-platform.platformrelatedprompt.nextqueries.md) </td><td> </td><td> string\[\] </td><td> </td></tr> <tr><td> [suggestionImageUrl](./x-adapter-platform.platformrelatedprompt.suggestionimageurl.md) </td><td> </td><td> string </td><td> </td></tr> <tr><td> [suggestionText](./x-adapter-platform.platformrelatedprompt.suggestiontext.md) </td><td> </td><td> string </td><td> </td></tr> <tr><td> [tagging](./x-adapter-platform.platformrelatedprompt.tagging.md) </td><td> </td><td> [PlatformRelatedPromptTagging](./x-adapter-platform.platformrelatedprompttagging.md) </td><td> </td></tr> <tr><td> [type](./x-adapter-platform.platformrelatedprompt.type.md) </td><td> </td><td> 'SYNTHETIC' \| 'CURATED' </td><td> </td></tr> </tbody></table>