For example:
- Ask user to select an item
- Ask user to select the quantity he/she wants to purchase
- Ask user to confirm delivery
At #3, user wants to re-edit the number of quantity he wants, how can I implement a back button in every “action” of the bot so that my users can go back to the previous task?
Many thanks in advance.