FeedbackRatingOption
A predefined rating option used when reviewing a dialogue (a labelled score with suggested comments).
idIdrequired
Unique numeric identifier of the record.
titleTitlerequired
Display title of the rating option.
subtitleSubtitlerequired
Secondary descriptive text.
codeCoderequired
Stable machine code for the option.
positionPositionrequired
Display ordering.
comment_suggestionsstring[]
Suggested comment snippets offered with this rating.
created_atdate-timerequired
Creation time (UTC, ISO 8601).
FeedbackRatingOption
{
"id": 0,
"title": "string",
"subtitle": "string",
"code": "string",
"position": 0,
"comment_suggestions": [
"string"
],
"created_at": "2024-07-29T15:51:28.071Z"
}