How do I use the chatbot in real-life application like a web chabot application? Can I serve the chatbot as an API? Please explain.
Now, I only run the following commands:
- rasa run actions
- rasa interactive or rasa shell
How do I use the chatbot in real-life application like a web chabot application? Can I serve the chatbot as an API? Please explain.
Now, I only run the following commands:
Hey @KnightCoder, you can check out this:
Thank you. This helped. However, I have a conversation where the bot send out multiple replies. For example: User: “Hi” Bot: “Hello” Bot: “How can I help you?”
Here the bot sends out multiple messages. In interactive mode this is working fine. However, on after I setup the REST API. The bot does not send out multiple messages for obvious reasons. How can I get this working?