Skip to content

Instantly share code, notes, and snippets.

@imohitmayank
Created August 11, 2018 14:14
Show Gist options
  • Save imohitmayank/19a0e914bead3386cece28c57fd54277 to your computer and use it in GitHub Desktop.
Save imohitmayank/19a0e914bead3386cece28c57fd54277 to your computer and use it in GitHub Desktop.
rasa_starter/stories
## story1
* greet
- utter_greet
* query_days_in_month{"month":"January"}
- utter_answer_31_days
* query_days_in_month{"month":"February"}
- utter_answer_28_days
* query_days_in_month{"month":"April"}
- utter_answer_30_days
* bye
- utter_bye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment