Hi,
I was trying to write a python script to communicate with my rasa chatbot. I am using requests library to send a post request. However, I do not know the url and the payload format. I ran the rasa server using the following command:
Hi,
I have almost same question. How can I integrate RASA with Python code? In elaboration, in the integration, the RASA command will be used as an input in the python code.
Hi @anoopshrma
My Rasa server is up and running in the python environment. My concern is, how can I use the rasa command as an input for an algorithm. Such as there is an optimization algorithm (python code). I want to run the code after getting the input from rasa (Interfacing rasa with another python code that is not related to rasa)