updateFeedback

fun updateFeedback(feedbackRating: FeedbackRating, feedbackComment: String? = null, handler: FeedbackHandler?)

Deprecated

As of 4.34.1, this feature is no longer supported.

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.