Where is the data context in Dialog Flow (API.ai)
I have been reading about Dialog Flow and there is one thing that is still unclear for me. I'll try to give an example. I want to implement a conversion as following: User: Hello Google, what are some interesting cities? Bot: Hello there! Sydney, New York and Berlin are nice. User: Could you tell more about the second city? Bot: Sure. New York is amazing. In New York, you can ... As you see, I am building a data context. After the first question, we should remember that we answered Sydney, New York and Berlin , so we understand what the second city actually means in the second question. Should