Table Type: Metadata
Contains the list of all the responses for interactions.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The unique response id |
| 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 | |
| db_when_deleted | datetime | The time this record was deleted in the database or NULL if not deleted | |
| interaction_type | string | The type of interaction. One of: chat, email or twitter | |
| response_type | string | The type of response. One of: MessagingTemplate, CampaignSmsTemplate, CampaignEmailTemplate or Footer | |
| name | string | The name of the response | |
| date_created | datetime | The date the response was created | |
| text | string | The text of the response | |
| library | string | Primary Key | The library the response belongs to |
