Unable to parse intent throws error: rasa\lib\site-packages\rasa\core\processor.py:366: UserWarning: Interpreter parsed an intent 'hey' that is not defined in the domain. f"Interpreter parsed an intent '{intent}' "

Hi @Chatbot_Ra,

we have to figure out why the bot thinks there exists an intent called “hey” instead of only treating hey as a training sample for the greet-intent. Without having more insights this is a tough one. My assumption was, that the bot got something wrong while training leading to my suggestion to check, if the training data was parsed correctly.

In Windows, your path has to be:

C:\\Analysen\\chatbot_x\\rasa_project\\data\\nlu.md

Can you post the error you got?

Regards
Julian