This file contains tests to evaluate that your bot behaves as expected.
If you want to learn more, please see the docs: https://rasa.com/docs/rasa/user-guide/testing-your-assistant/
happy path 1
- greet: hello there!
- mood_great: amazing
happy path 2
- greet: hello there!
- mood_great: amazing
- goodbye: bye-bye!
sad path 1
- greet: hello
- mood_unhappy: not good
- utter_cheer_up
- utter_did_that_help
- affirm: yes
sad path 2
- greet: hello
- mood_unhappy: not good
- utter_cheer_up
- utter_did_that_help
- deny: not really
sad path 3
- greet: hi
- mood_unhappy: very terrible
- utter_cheer_up
- utter_did_that_help
- deny: no
say goodbye
bot challenge
- bot_challenge: are you a bot?