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:
- abc
- abcd1
- other
User: 1
BOT: For abc select from the following options:
- Option1
- OPtion2
- Option3
User: 2
How can we achieve this type of workflow with rasa?
Hello everyone This answer is probably a bit late but I’ve made a small example bot that I hope will help you solve this challenge
Let me know if it was useful to you. Link to the repository.