Feedback Aide API Methods
hasFeedback()
Indicates if any feedback has been provided for the current session, either by using the generateFeedback() method or manually by the user.
You would want to use this to check if the current session has feedback and then call the generateFeedback() method, for example.
Examples
const hasStoredFeedback = feedbackSession.hasFeedback();
Arguments
None.
Return value
Type boolean