Allows to swap bot on the webchat
This method allows you to swap the bot used by the webchat.
var newSettings = {
bot_id: 'YOUR_BOT_ID',
bot_token: 'YOUR_BOT_TOKEN',
disableWelcomeStory: true, // default false
userID: 'YOUR_USER_ID', // optional user ID
user_token: 'YOUR_USER_TOKEN' // optional user token
};
window.ClustaarWebchat.swapBot(newSettings);