Hey All,
I am working on a project where I want to integrate a Rasa chatbot into an existing web application but I am confused about the best approach My app is already built with ReactJS on the front end & Python on the back end & I want to know how to make the connection smooth without breaking any existing features.
Also I have read a few docs but I am still not sure about handling authentication flow and maintaining session data between the chatbot and the app Also if anyone has experience connecting Rasa with a front end built after taking a reactjs course online I want to know if there are some common pitfalls to avoid.
Do you prefer embedding the bot via frame or building a direct API connection What about handling multilingual conversations Any tips or links to examples would be helpful.
Thanks in advance for any insights or advice you can share. Also i have check this How to integrate rasa chatbot with our own existing website? still need advice.
Thank you.