Skip to content

FeedbackCategoryResponse

A feedback category returned by FeedbackServiceModel.getCategories, FeedbackServiceModel.createCategory. Fields are transformed to camelCase SDK conventions (createdAt → createdTime).

Properties

Property Type Description
category string Category name (max 256 characters, unique per tenant)
createdTime string Timestamp when the category was created
id string Unique identifier of the feedback category
isDefault boolean Whether this is a system default category (e.g., Output, Agent Error, Agent Plan Execution)
isNegative boolean Whether this category applies to negative feedback
isPositive boolean Whether this category applies to positive feedback