Chat widget API
Hooks
onBeforeLoad
window.Ebbot.onBeforeLoad = function(data) {
// ...
};onLoad
window.Ebbot.onLoad = function(data) {
// ...
};onReset
onCreate
onDestroy
onChatWindowOpen
onChatWindowClose
onMessage
onBotMessage
onUserMessage
onStartConversation
Methods
create
destroy
initChatWindow
isInitialized
resetSession
openChatWindow
closeChatWindow
loadStyle
isChatWindowOpened
isChatWindowClosed
sendMessage
setUserAttribute
triggerScenario
endChat
transcriptChat
snoozeChat
isSnoozed
hide
show
isHidden
clearChat
isUserActive
isConversationActive
getWidgetSize
Last updated
Was this helpful?

