I'm trying to integrate a Botpress bot with my Ang...
# 💻developers
r
I'm trying to integrate a Botpress bot with my Angular based web application. I put the "pre-configured" scripts in the "body" of the web app's main index.html, it works. The bot icon is placed in the bottom right corner out of the whole application ( about at the level of the footer of the application). I'd like to control where the bot icon is placed within the application, for example, inside an Angular component; also would like to control the showing of the chatbot conditionally. What could be some options to acheive that? Any examples? Much thanks!
88 Views