SupportTicketRequestCategoryRead
A reusable agent-scoped category describing what the customer wanted to ask, solve, change, confirm, or complain about in a support ticket. Active non-system rows are offered to the classifier as options; inactive rows are retained for reporting history.
Unique numeric identifier of the record.
ID of the agent (a configured AI assistant / bot persona) this record belongs to.
Stable normalized identifier derived from the display name.
Human-readable category name shown in settings and analytics.
Guidance for when this category should be used.
Short example customer goals that fit this category.
Whether the category was created manually, proposed by the LLM, or reserved by the system.
Possible values: [manual, llm, system]
Whether the classifier can currently choose this category.
Creation time (UTC, ISO 8601).
Last modification time (UTC, ISO 8601).
{
"id": 0,
"agent_id": 0,
"key": "string",
"display_name": "string",
"description": "string",
"examples": [
"string"
],
"source": "manual",
"is_active": true,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}