From Bright Pattern Documentation

Revision as of 17:32, 12 March 2026 by Wyler.metge (talk | contribs) (Updated via BpClonePage extension. Source page: draft:Reporting-database-specification/ia2 categories)

< Previous | Next >
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
< Previous | Next >