Feedback Aide API Methods
hasFeedback()
This method indicates if there is any feedback has been provided for the current session or not (by providing feedback manually or through our generateFeedback
public method).
You would want to use this to check if the current session has feedback or not.
Examples
const hasStoredFeedback = feedbackSession.hasFeedback(); // true | false
Arguments
None.
Return value
Type boolean