submit Feedback
fun submitFeedback(feedbackRating: FeedbackRating, feedbackComment: String? = null, handler: FeedbackHandler?)
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.