CommunicationEpisodeSummaryRead
ID of the dialogue (conversation) this record relates to.
ID of the lead this record relates to.
ID of the product (workspace) that owns this record. Most endpoints scope access by product.
ID of the agent (a configured AI assistant / bot persona) this record belongs to.
ID of the contact this record relates to.
ID of the messaging channel this record relates to.
Possible values: [text, voice]
ended_at object
- date-time
- null
content objectrequired
Possible values: non-empty
customer_facts object[]
Possible values: non-empty
Possible values: >= 1
requests object[]
Possible values: non-empty
Possible values: >= 1
answered_questions object[]
Possible values: non-empty
Possible values: >= 1
unresolved_questions object[]
Possible values: non-empty
Possible values: >= 1
commitments object[]
Possible values: [customer, company]
Possible values: non-empty
Possible values: [open, completed, cancelled]
due_at object
- date-time
- null
Possible values: >= 1
outcome object
- CommunicationEpisodeEvidence
- null
Possible values: non-empty
Possible values: >= 1
recommended_next_action object
- string
- null
{
"dialogue_id": 0,
"customer_id": 0,
"lead_id": 0,
"product_id": 0,
"agent_id": 0,
"contact_id": 0,
"channel_id": 0,
"modality": "text",
"started_at": "2024-07-29T15:51:28.071Z",
"ended_at": "2024-07-29T15:51:28.071Z",
"last_message_id": 0,
"content": {
"synopsis": "string",
"customer_facts": [
{
"text": "string",
"source_message_ids": [
0
]
}
],
"requests": [
{
"text": "string",
"source_message_ids": [
0
]
}
],
"answered_questions": [
{
"text": "string",
"source_message_ids": [
0
]
}
],
"unresolved_questions": [
{
"text": "string",
"source_message_ids": [
0
]
}
],
"commitments": [
{
"party": "customer",
"text": "string",
"status": "open",
"due_at": "2024-07-29T15:51:28.071Z",
"source_message_ids": [
0
]
}
],
"outcome": {
"text": "string",
"source_message_ids": [
0
]
},
"recommended_next_action": "string"
},
"generator_version": "string",
"generated_at": "2024-07-29T15:51:28.071Z"
}