hi there, I tried to follow the http API doc but couldn’t know how to connect my rasa bot with my android chat UI
I tried to follow what exist on the web such as (http://localhost:5005/conversations/default1/respond?token=auth_token) {“q”:“Your query” } but it doesn’t work
also i tried creating http server of my bot to send post requests via my android java code to this https://14a4c1f7.ngrok.io/webhooks/rest/webhook but it didn’t work
bellow is my credentials if nedded
after running: rasa run -m models --enable-api --log-file out.log --endpoints endpoints.yml my endpoint file contain this action_endpoint: url: “http://localhost:5055/webhook”