GET Follow-Ups
This API returns list of all the follow-ups generated from the conversation.
This is a category of Action Items with a connotation to follow-up a request or a task like sending an email or making a phone call or booking an appointment or setting up a meeting.
#
HTTP RequestGET https://api.symbl.ai/v1/conversations/{conversationId}/follow-ups
#
Example API call- cURL
- Node.js
- Python
#
Response#
Response ObjectField | Description |
---|---|
id | Unique conversation identifier. |
text | Conversation text. |
type | Response type. Default is follow_up . |
score | Confidence score of the generated topic. Value from 0 - 1. |
messageIds | Unique message identifiers of the corresponding messages. |
entities | List of detected entity objects in the insight with type - entity type and text - corresponding text. |
from | User object with proprities name and email . |
assignee | This field contains the name and email of the person assigned to the follow-up. |
phrases | List of detected phrases with type - phrase type and text - corresponding text. The action_phrase type represents the actionable part of an insight. |