updateFeedback

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

feedbackRating

The feedback result. See FeedbackRating.

feedbackComment

The feedback comment.

handler

A callback handler that indicates whether the request succeeded or failed.