After reading the docs and some tutorials. I do not understand how to create rasa stories from raw real conversations. For example, given: the following conversation:
User Agent
Hello -> Good day! What can I do for you today?
I am looking for a restaurant within 500 meters -> I found a restaurant called Zur Letzten Instanz based on your search parameters
What is the address of this place? -> The address is Waisenstrave 14-16, Berlin
And what is the raiting -> The raiting is 4.1
Is it currently open? -> The place is currently closed
Thanks -> Happy I could help!
How should I map it into rasa stories.md format? In this tutorial is not very clear how to do this process.