Skip to main content
We have exposed several methods to initialize the organization, initialize the user, connect, updateOptions or disconnect OverhypedAI.

Methods:

initOrg : Initializes the organization for connection.Usage:
Detailed Description:

initOrg

Initializes the organization for connection.
initUser : Initializes the user for connection. This should be called upon user login.Usage:
Detailed Description:

initUser

Initializes the user for connection. This should be called upon user login.
connect : Connects the user to OverhypedAI. This is used only when autoConnect option in initOrg is set to false.Usage:
Detailed Description:

connect

Connects the user to OverhypedAI. This is used only when autoConnect option in initOrg is set to false.
updateOptions : Updates the initial options provided in initUser or connect(If autoConnect: false is provided in initOrg).Usage:
Detailed Description:

updateOptions

Updates the initial options provided in initUser or connect(If autoConnect: false is provided in initOrg).
disconnect : Disconnects the user from OverhypedAI. Can be used to hide the widget upon logout.Usage:
Detailed Description:

disconnect

Disconnects the user from OverhypedAI. Can be used to hide the widget upon logout.

initOrg

initUser

connect

updateOptions

disconnect