The cross icon to close the chatbot disappears in web

  1. We have a use case where the client needs to update the bot config and then open the chatbot with that updated config.
  2. The client tried using the plugin’s window.YellowMessengerPlugin.init() function to update the config and then open the chatbot with window.YellowMessengerPlugin.openBot() function.
  3. With this approach, the cross icon to close the chatbot disappears in web.
  4. Do we have support for flags like autoOpen after initializing the bot or could we have the related documentation to be shared here?

@Sneha You can pass autoOpen: true inside widnow.ymConfig. The bot will auto open on load.