Topic Clusters

Add prompts to a topic cluster

Links existing prompts or creates new ones and attaches them to a topic cluster.

post/v3/topic-clusters/{topicId}/prompts

Path parameters

topicIdstring required

Topic cluster ID

Request body

teamIdstring
intentsobject

Map of prompt text → intent override

trackboolean

Whether to enable tracking on newly linked prompts

Response

Default Response

successboolean required
linkednumber required
creatednumber required
skippednumber
promptsSkippednumber
alreadyLinkednumber
promptIdsstring[] required

Changes

Changed in 1 of the 36 revisions of this API.1

    • added the optional property to the response with the status

      response-optional-property-added