Feedback Aide API Methods
save()
Saves all stored feedback sessions.
You would want to use this to save any updates to all of your feedback sessions all at once.
Examples
const savedResult = await feedbackApp.save();
Arguments
None.
Return value
Type Promise
When the promise resolves, it indicates that all feedback sessions have been processed and saved.