Receive Action Items
This API returns list of all the action items generated from the conversation.
An action item is a specific outcome recognized in the conversation that requires one or more people in the conversation to act in the future. Ex:
These actions can be definitive in nature and owned with a commitment to working on a presentation, sharing a file, completing a task, etc. Or they can be non-definitive like an idea, suggestion or an opinion that could be worked upon.
All action items are generated with action phrases, assignees and due dates so that you can build workflow automation with your own tools.
#
HTTP RequestGET https://api.symbl.ai/v1/conversations/{conversationId}/action-items
#
Example API call- cURL
- Javascript
#
Response#
Response ObjectField | Description |
---|---|
id | unique conversation identifier |
text | conversation text |
type | response type. default is action_item |
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 |
definitive | Boolean indicating if the action-item is definitive or not. |
phrases | list of detected phrases with type - phrase type and text - corresponding text. The action_phrase type represents the actionable part of an insight. |
assignee | this field contains the name and email of the person assigned to the action item |