Feedback Aide API Methods
session_uuid()
A getter function that returns the unique session_uuid
of the current feedback session.
You would want to use this getter to identify the exact feedback session instance you need when there is more than one active feedback session.
Examples
const id = feedbackSession.session_uuid;
Arguments
None.
Return value
Type string