send Alert Feedback
abstract fun sendAlertFeedback(deviceId: String, alertId: String, answerId: String, listener: RainbowListener<Unit, Unit>)
Sends feedback in response to an alert.
This method allows users to send a response to an alert, such as answering a question or providing feedback requested by the alert sender.
Parameters
device Id
The unique identifier of the AlertDevice sending the feedback.
alert Id
The unique identifier of the alert for which feedback is being sent.
answer Id
The identifier of the user's response or feedback.
listener
A RainbowListener that will confirm success of the feedback submission, or an error if the operation fails.