I was trying to understand the examples given in RASA core git. I have seen an example story
- greet
- utter_ask_howcanhelp
- inform{"cuisine": "italian"}
- utter_on_it
- utter_ask_location
But I didn't understand what {"cuisine": "italian"} is. Whether it is the default value of the slot or user has to provide italian in the input string. Can anybody help me to understand how to write stories in RASA core
Regards