Hi,
I’ve got my bot working locally. Just trying to figure out how to connect it to my website and was after a high level overview please. I’ve had a look at the Webchat github page which provides code to set up the component:
// Or you can replace latest with a specific version
What I don’t quite get is where rasa should then be hosted - where does the actions.py get called? And where should the rasa model be hosted? Should the socketUrl be replaced with the location of the model on the server?
And i’m assuming the endpoints file needs to be update then but wasn’t sure to which url.
And i’d have to write the code to expose the socket and parse the messages?
Thanks