I'm building a simple Rasa NLU chatbot for the cafe using Google Colab and I have encounter a problem on the chat bot response in which some of responses from the chatbot are given wrongly/different when I put on some inputs. For example,
User:hi
Bot:Hey There! Welcome to Polar Bear Cafe. What would like to order?
User:What type of pretzels do you offer?
Bot:We offer two types of pretzels which is hard and soft.
User:What type of hard pretzel do you serve?
Bot:We usually sell rice, noodles, western food and breakfast set which is only available in
the morning from 7 am to 11 am.
User:/stop
The chatbot answer is supposed to be "The types of hard pretzel we serve are basic twist, pretzel stick, nugget, big soft pretzel, pretzel crisps and German pretzels. " when I put the "What type of hard pretzel do you serve?" as an input on the chatbot.
However, there are no errors on the nlu.md file, domain.yml file and stories.yml file What changes do I need to do for the rasa chatbot to fix the error?