Invalid utterance actions

Hi

When I try to train my model I get an ActionNotFoundException, telling me a response is not found, meanwhile I think all my responses files are well defined.

I used the rasa data validate command to check what’s happening in the data and it give s me the output bellow (the error showed occurs for all the responses present in my files)

Hi @amaelbogne For some reason, Rasa is not able to find these responses in your domain file(s). If you’re using multiple domain files, could I please double-check if you placed them in the same directory before running rasa train --domain path_to_domain_directory (source here)

Thanks a lot actually my responses files were in the root of my project, instead of being in a responses directory. I moved them and everything is fine now.