How can I display PVA on a website as floating chat, with option to minimize chat window?
I have little/no experience with HTML, relying heavily on sample code on MS Learn.
Currently using template for automatic greeting : https://learn.microsoft.com/en-us/power-virtual-agents/configure-bot-greeting
I want to modify this so that a chat button appears at bottom right of webpage, and chat window will only open and execute the default greeting when visitors click on the button. I also want a way to minimize or close the chat window. Want to perform this without creating a PowerApp, no plans there yet, still using normal webpage.
Best resource I have found to achieve this (minus the minimizing part), and the one I'm trying to adapt to my code (with no success) : https://powermaverick.dev/2020/09/02/add-chat-bot-on-wordpress-site/
Please advise, thanks.