Number-based menu navigation

Hi I’m trying to create number based navigation like this bot_design but the information source it’s not helpful at all. How can I create navigation like this? A full example would really be great

1 Like

Hey @codekracker69

If I understand that correctly, you might find the response buttons usefull.

@degiz response buttons can’t be used in the WhatsApp bot. There it should be numerical 1/2/3 like this.

for example: Bot: For information regarding xyz. select one of the following options:

  1. abc
  2. abcd1
  3. other

User: 1

BOT: For abc select from the following options:

  1. Option1
  2. OPtion2
  3. Option3

User: 2

How can we achieve this type of workflow with rasa?

Hello everyone :slightly_smiling_face: This answer is probably a bit late but I’ve made a small example bot that I hope will help you solve this challenge :raised_hands: Let me know if it was useful to you. Link to the repository.