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