Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions docs/conversation-api/api-reference/follow-ups.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,17 @@ exit()
}
}
],
"from": {},
"assignee": {},
"definitive": true,
"from": {
"id": "e2219a6c-ec5e-4412-94d7-46f565ba5eb7",
"name": "John",
"userId": "John@example.com"
},
"assignee": {
"id": "e2219a6c-ec5e-4412-94d7-46f565ba5eb7",
"name": "Jane",
"email": "Jane@example.com"
},
"dueBy": "2020-06-22T07:00:00.000Z"
}
]
Expand All @@ -150,6 +159,7 @@ Field | Description
```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 follow-up is definitive or not.
```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.