I have working bot which asks 22 yes/no questions from a student and after asked all questions, will output links to courses where student replied “no”
So this use forms and slots to mark users reply and then in actions.py function which output courses to display.
Now customer is asking to add third button “more information” where is more information about question (requirements for knowledge)
Now the question is how to go to this side path and then come back to form and continue to next question?