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
- null
integer
msg_start_idx object
anyOf
- integer
- null
integer
msg_end_idx object
anyOf
- integer
- null
integer
rating_id object
anyOf
- integer
- null
integer
FeedbackCommentPayload
{
"text": "string",
"dialogue_id": 0,
"message_id": 0,
"msg_start_idx": 0,
"msg_end_idx": 0,
"rating_id": 0
}