JustinaPetr / Weatherbot_Tutorial

275 stars 447 forks source link

how to connect this rasa from my react project #36

Open savi429 opened 5 years ago

savi429 commented 5 years ago

instead of connecting to slack i want to send and receive messages from my react app , what is the api to connect from my react app

JustinaPetr commented 5 years ago

Hey @savi429. The best way to do it would be using http api. You can run Rasa agent on a http server and then use https requests to pass use messages and get the responses back. You can read more about http api here. Let me know if you need more help with this.