initOrg
initOrg
: Initializes the organization for connection.Usage:initUser
initUser
: Initializes the user for connection. This should be called upon user login.Usage:connect
connect
: Connects the user to OverhypedAI. This is used only when autoConnect
option in initOrg
is set to false
.Usage:autoConnect
option in initOrg
is set to false
.updateOptions
updateOptions
: Updates the initial options provided in initUser
or connect
(If autoConnect: false
is provided in initOrg
).Usage:initUser
or connect
(If autoConnect: false
is provided in initOrg
).disconnect
disconnect
: Disconnects the user from OverhypedAI. Can be used to hide the widget upon logout.Usage: