{
"session_id": "4a39145c-2844-4557-8f34-34883f7be7d9",
"created_at": "2021-09-01T12:00:00.123Z",
"type": "transcript",
"data": {
"id": "00-00000011",
"is_final": true,
"utterance": {
"start": 123,
"end": 123,
"confidence": 123,
"channel": 1,
"words": [
{
"word": "<string>",
"start": 123,
"end": 123,
"confidence": 123
}
],
"text": "<string>",
"language": "en",
"speaker": 1
}
}
}Payload definition for the message transcript.
Id of the live session
"4a39145c-2844-4557-8f34-34883f7be7d9"
Date of creation of the message. The date is formatted as an ISO 8601 string
"2021-09-01T12:00:00.123Z"
transcript "transcript"
The message data
Show child attributes