update
  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
The feedback result. See FeedbackRating.
feedback
The feedback comment.
handler
A callback handler that indicates whether the request succeeded or failed.