alihejazi
(Ali Hejazi)
July 18, 2019, 9:07am
1
Hi all,
Let’s say I have a working chatbot, and I want to deploy it for official use.
Am I able to integrate my Rasa chatbot, which currently works via command line & Rasa X, into my own custom webpage chat application?
If so, please let me know. Does Rasa provide any support with this?
Any help is greatly appreciated.
Thanks,
Ali.
Hi @alihejazi ,
Are you talking about integrating rasa with custom front-end??
alihejazi
(Ali Hejazi)
July 18, 2019, 1:09pm
3
@prashant_kamble yes, pls let me know if you have any solutions.
Just program your own flask application with a main route to load the front end and a secondary route triggered whenever the user press enter or send button.
Juste
(Juste)
July 18, 2019, 5:48pm
5
Yes. Or you can use an already existing chat widgets developed by our community members. You can find more info on the integration here in our docs.
Yeah @alihejazi ,
You can use default rest channel for that. You just need to add rest: in your credentials.yml
alihejazi
(Ali Hejazi)
July 22, 2019, 8:45am
7