I am using below code in my LWC for using in Einstein Chat Bot. I am getting proper response in Community and Chat bot preview mode but not in External Site. Any code I need to add in Embedded Service Deployment settings to make that work? I am not finding any result...
` handleOk(event)
{
this.surveyDisabled = true;
this.dispatchEvent(new CustomEvent('postmessage',{
detail: 'lwc:hide:' + this.checkValue.join(';')
}));
}`
I haven't found any code snippet to try it on External Site.
have you added this script to the external page?