Hello everyone , who can help me fix my error .
when i test my chatbot
Your input → hello
Hey! How are you?
Your input → I want a GYM Title
C:\Users\OneDrive\Bureau\pfa\chatbotEnv\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Parsed an entity ‘resources_type’ which is not defined in the domain. Please make sure all entities are listed in the domain.
More info at Domain
Can you paste contents of your domain file? It seems the entity resources_type you have used probably in your nlu is not defined in the domain file.