Hello everyone,
My rasa chatbot isn’t generating any response. The intent is classified correctly.
- I created a rasa project with rasa init.
- I tested it out by typing “hi” and got a response.
- Then I ran “rasa train nlu”.
- Then I run “rasa shell”.
- I input “Hi”
- No response is generated.
Can anyone give me a reason why? What do I have to do to get a response? I didn’t even change anything on the original project. The only thing I did was run “rasa train nlu”.