Feedback Aide API Events
feedback:complete
Fired when all the user feedback is generated successfully from our server.
You would want to be notified about this event firing, because you might want to update your application UI to indicate the feedback generation has ended, for example.
Examples
feedbackSession.on('feedback:complete', function (data) {
console.log(data)
});