submit Feedback
fun submitFeedback(feedbackRating: FeedbackRating, feedbackComment: String? = null, handler: FeedbackHandler?)
Deprecated
As of 4.34.1, this feature is no longer supported.
Submits the feedback for the message. The feedback can be submitted only when the FeedbackStatus is FeedbackStatus.NO_FEEDBACK.
Since
4.14.0
Parameters
feedback Rating
The feedback rating. See FeedbackRating.
feedback Comment
The feedback comment.
handler
A callback handler that indicates whether the request succeeded or failed.