Event Type
dial.transcript
Payload
| Name | Type | Description |
|---|---|---|
dial_id | string | The ID of the created dial. |
transcript | {text: string, speaker: ‘AI’ | ‘HUMAN’, detailType?: string}[] |
The finalized transcript. |
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
dial.transcript
| Name | Type | Description |
|---|---|---|
dial_id | string | The ID of the created dial. |
transcript | {text: string, speaker: ‘AI’ | ‘HUMAN’, detailType?: string}[] |
The finalized transcript. |
{
"event": "dial.transcript",
"payload": {
"dial_id": "5a6c6190-db20-4d8e-86a9-79a6af292dea",
"transcript": [{
"text": "Hello?",
"speaker": "HUMAN"
}]
}
}