How to make a FAQ chatbot which takes input in yes and no?

Hi everyone, can you please help me in this i have a few questions whose answer are in either yes and no and user can give them by clicking on buttons, but when i am adding all this in stories it only run for 1st question and not for all.

For ex: in domain:

responses:

utter_1:

text: “Do you like mango”

buttons:

type: Yes

paylod: /yes

type: No

paylod: /no

utter_2:

text: “Do you like cherry”

buttons:

type: Yes

paylod: /yes

type: No

paylod: /no

In stories steps:

  • action: utter_1
  • intent: yes
  • action: utter_2
  • intent: yes

Its only run for utter_1 and not showin question of utter_2

Hi @S.K, you can utilize Forms.

Hi @rasa_learner Can you please explain with example.