Methods
Frontnow Advisor provides a range of actions that allow you to customize the functionality of the widget and provide personalized recommendations and guidance to your website visitors.
isReady()
isReady()if (advisor.isReady()) {
console.log('Advisor is ready!');
}open()
open()advisor.open();close()
close()showEoC()
showEoC()closeEoC()
closeEoC()showLauncher()
showLauncher()hideLauncher()
hideLauncher()sendMessage(message)
sendMessage(message)stopMessage()
stopMessage()updateTargetElement(newTargetElement)
updateTargetElement(newTargetElement)openNewChat()
openNewChat()Was this helpful?