Table Type: Recording
Contains the transcript of messages for voice calls.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| transcript_id | string | Primary Key | A globally unique identifier for this voice transcript |
| conversation_id | string | The conversation id | |
| session_id | string | The session id | |
| recording_id | string | The recording id | |
| transcript | string | The transcript of the voice call | |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | When this record was created in UTC. |
