Skip to main content

FeedbackCommentPayload

Payload to create a feedback comment, scoped to a message (optionally a range), a rating, another comment, or the dialogue.

textTextrequired
dialogue_idDialogue Idrequired

ID of the dialogue (conversation) this record relates to.

message_id object
anyOf
integer
msg_start_idx object
anyOf
integer
msg_end_idx object
anyOf
integer
rating_id object
anyOf
integer
FeedbackCommentPayload
{
"text": "string",
"dialogue_id": 0,
"message_id": 0,
"msg_start_idx": 0,
"msg_end_idx": 0,
"rating_id": 0
}