ai_session_evaluation_responses
Individual dimension ratings and comments within an AI session evaluation.
-
id
Primary key - Unique identifier for the row.
-
ai_session_evaluation_id
Foreign key - ID of the associated AI session evaluation.
-
dimension
string - The evaluation dimension being rated.
-
rating
number - Numeric rating given for this dimension.
-
comment
string - Free-text comment for this dimension.
-
not_applicable
boolean - Whether this dimension was marked as not applicable.
-
row_created_at
date - Timestamp when the record was created.
-
row_updated_at
date - Timestamp when the record was last updated.