Conversation Summarization
Summarizes a conversation transcript in a concise, customer-focused way
Inputs
| Name | Type | Description |
|---|---|---|
| Conversation | Object | The conversation object containing messages |
| Language Code | Optional String | Language code for the summary (e.g. en, auto, or ISO) |
Outputs
| Name | Type | Description |
|---|---|---|
| Transcript Summary | String | The summarized conversation transcript |
| Success | Boolean | Whether the summarization was successful |
Notes
- On success, the action returns the summary text and
success: true - On failure, the action returns
success: falseandtranscript_summary: ""
Updated about 3 hours ago