FeedbackReviewUpsertRatingPayload
Payload to set the rating on a dialogue review.
option_idOption Idrequired
ID of the chosen rating option.
scoreScorerequired
Score from 1 to 5.
Possible values: >= 1 and <= 5
selected_suggestionsstring[]
Suggested comment snippets the reviewer selected.
FeedbackReviewUpsertRatingPayload
{
"option_id": 0,
"score": 0,
"selected_suggestions": [
"string"
]
}