Hey there,
I am wondering when to use the HTTP API, the Rest API or rasa.core.agent. My current setup is a Django Server which uses a Slack App as front-end.
Now I want to add Rasa to make an intelligent bot, but am not sure how to correctly deploy Rasa there. I read through the docs for all three concepts, but I am still a bit confused. From what I gathered, the HTTP API is not designed for doing conversations with the bot, which leaves the Rest API and rasa.core.agent. Are there fundamental differences between using the Rest API webhook and running a script which uses Rasa Agents?
I would be glad if someone could enlighten me, I really am a bit lost.
Cheers!