I am creating a chatbot using Microsoft Bot Framework V4 with C#. I have also added a LUIS service in my chatbot. There is a dialog flow using waterfall, which prompts users for few inputs eg. Date, Location, number of people etc.
The problem is that when the user replies suppose "Chicago" to Location, Luis calculates its intent and it comes to Cancel or None. Please let me know how to handle this situation.
Regards