vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Create suggestive questions for chatbot user #153

Closed vishakha-lall closed 4 years ago

vishakha-lall commented 4 years ago

Is your feature request related to a problem? Please describe. This feature is an attempt to improve user experience. The idea is to replicate the experience as in case of popular apps like Swiggy and Zomato, where the user is suggested with some options (as click buttons) like See order details, or change contact information. The user then does not need to type the entire sentence.

Describe the solution you'd like This issue would be around creating a complete flow through the code (the UI would be addressed in a different issue). The idea is to have some functions exposed as suggestive options which could then be used in the UI.

Describe alternatives you've considered NA

Additional context The suggestions are left for the developer to be decided. However, a tree of following questions would follow, for instance if a suggested option is 'Get Directions' the following questions would include 'Origin' and 'Destination'.

chttrjeankr commented 4 years ago

Would like to take this up. @vishakha-lall