update Feedback
fun updateFeedback(feedbackRating: FeedbackRating, feedbackComment: String? = null, handler: FeedbackHandler?)
Updates the feedback for the message. The feedback can be updated only when the FeedbackStatus is FeedbackStatus.SUBMITTED.
Since
4.14.0
Parameters
feedback Rating
The feedback result. See FeedbackRating.
feedback Comment
The feedback comment.
handler
A callback handler that indicates whether the request succeeded or failed.