Disable welcome story

You can disable local history if you want a fresh session each time the user load the webchat

window.clustaarSettings = {
                bot_id: 'MY_BOT_ID',
                bot_token: 'MY_BOT_TOKEN',
               // Disable Welcome story.
                disableWelcomeStory: true
            };