Skip to main content

FeedbackReviewUpsertPayload

Payload to create or update a dialogue's review.

ratings object[]
  • Array [
  • 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.

  • ]
  • submitSubmit
    Default value: false
    FeedbackReviewUpsertPayload
    {
    "ratings": [
    {
    "option_id": 0,
    "score": 0,
    "selected_suggestions": [
    "string"
    ]
    }
    ],
    "submit": false
    }