Hi,
I have installed Rasa core(pip install rasa_core) and Rasa NLU(pip install rasa_nlu[tensorflow] ) . I have created default stories.md and domain.yml as given in the example page. After training the model(python -m rasa_core.train -d domain.yml -s stories.md -o models/dialogue) . When I run it(python -m rasa_core.run -d models/dialogue) and enter the message “\greet” or “Hello” it does not give any response.
Could anyone please help me this?