done it, still the conversations are also there
window.botpressWebChat.init({
'composerPlaceholder': 'Chat with bot',
'botConversationDescription': 'The Conversational Genius',
'botName': 'EchoSphere',
'botId': ',
useSessionStorage: true,
'hostUrl': '',
'messagingUrl': '',
'clientId': '',
'enableConversationDeletion': true,
'showPoweredBy': false,
'className': 'webchatIframe',
'containerWidth': '100%25',
'layoutWidth': '100%25',
'hideWidget': true,
"lazySocket": true,
"frontendVersion": "v1",
'showCloseButton': false,
"webhookId": "....................................",
'disableAnimations': false,
'closeOnEscape': false,
'showConversationsButton': true,
"useSessionStorage": true,
'enableTranscriptDownload': true,
'stylesheet':'https://webchat-styler-css.botpress.app/prod/code/3fcd3e4e-d5bc-4bf5-8699-14b621b3ada2/v31782/style.css'
});
window.botpressWebChat.onEvent(function () { window.botpressWebChat.sendEvent({ type: 'show' }) }, ['LIFECYCLE.LOADED']);