Table Type: Metadata
This table stores the sentiment information for a conversation.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The unique identifier of the recording info. |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | When this record was created in UTC. | |
| db_when_deleted | datetime | When this record was deleted in UTC. NULL if not deleted. | |
| conversation_id | string | The conversation id | |
| score | double | The score of the sentiment. | |
| trend | double | The trend of the sentiment. | |
| trend_class | string | The trend class of the sentiment. |
