Table Type: Recording
This table stores the transcripts for a conversation.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| conversation_id | string | Primary Key | The conversation id |
| transcript_status | string | The status of the transcript. One of: DOWNLOADED, ATTEMPTED, NOTAVAIALBLE or ERROR | |
| transcript_message | string | The message associated with the transcript status | |
| db_last_updated | datetime | The last time this record was updated in the database | |
| db_when_created | datetime | The time this record was created in the database |
