No Response Generated

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. image

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”.

Hi @Kimmy, with rasa train nlu command you are training only the nlu model. Use rasa train command to train both nlu and core model.

@rasa_learner thank you so much! That worked.