From Bright Pattern Documentation
ia2_categories
The ia2_categories table contains interaction categorization results, including applied category sets, subsets, and specific category names.
Description of Data
The following table provides the column name, data types, and description for the ia2_categories table.
| Column Name | Data Type | Description |
| category_set_name | VARCHAR(255) NOT NULL - Indexed | Name of the category set |
| category_subset_name | VARCHAR(255) NULLABLE - Indexed | Name of the category subset |
| category_name | VARCHAR(255) NULLABLE - Indexed | Name of the specific category |
| historical_interaction_id | VARCHAR(36) NOT NULL - Indexed | Unique identifier of the conversation |