function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Michael MMichael M 

Chat LWC Pack app issue embedding screen flow

Hello, I am trying to find a way to embed a youtube video in my Einstein bot. 
Here is the method I'm trying:
1) This "Chat Lightning Web Compoent Pack" app (https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FoirpUAB&tab=r) has a feature that let's you add a flow screen display in your chat. 
2) This app (https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000Ed00FUAR) let's you embed a youtube video in your screen flow. 

I created a flow with the second app, and am trying to call it with the first app, but when I preview the bot, it is just saying showing an iFrame that says: xyz(my org).my.salesforce.com refused to connect. The syntax I am using is with a "Message" action that looks like this: lwc:flow:{/flow/Centers_Video}. Anyone have an idea of why this isn't working or how I can get it to work? (Also open to any other way of embedding a youtube video if you know of one!)
Best Answer chosen by Michael M
Michael MMichael M
Thank you for the resource, Abhishek.

In case anyone else is looking to do this, I was able to accomplish it with this repo: https://github.com/shunkosa/einstein-bots-ui-recipe 

If you want to be able to deploy that component straight from the repo, here is an excellent resource: https://andyinthecloud.com/2013/09/24/deploy-direct-from-github-to-salesforce/

All Answers

AbhishekAbhishek (Salesforce Developers) 
https://techforceservices.com.au/how-to-make-einstein-bots-ui-recipe-using-lightning-web-component/

Can you check the above blog once?

It might help you.
Michael MMichael M
Thank you for the resource, Abhishek.

In case anyone else is looking to do this, I was able to accomplish it with this repo: https://github.com/shunkosa/einstein-bots-ui-recipe 

If you want to be able to deploy that component straight from the repo, here is an excellent resource: https://andyinthecloud.com/2013/09/24/deploy-direct-from-github-to-salesforce/
This was selected as the best answer