We need to integrate rasa in reactjs project to form a new platform.
You will first need to install Rasa on a server using one of three options:
- Quick Installation (easiest - shortcut for Helm Chart Installation)
- Helm Chart Installation
- Docker Compose Installation
Communicating with the Rasa server is pretty easy in itself - Just GET
s and POST
s to the Rasa Server at http://<IP>/webhooks/rest/webhook
.
Please read How to ask a great question so that we know what you have tried, where you’re stuck, and your level of knowledge.