I have a situation where I need to ask the city from the user inside a Messenger bot. The location pin works only on mobiles and hence the problem. A city like 'Springfield' has 41 results whereas some cities only have a few.
Currently, I am using the generic template as shown below to show the list of cities but this is obviously not the correct way. The generic template has a limit of 10 items it seems as per the tests I ran and sending quick replies asking "Is A your city | Yes | No" , "Is B your city | Yes | No" is pretty bad...
Any suggestions for this? Should I ask the country name if I have more than 1 result for the city names?