Hi, I am trying for the following conversation.
user: I want to know more.
Bot: For more details, click the following button
More details
Alternatively, you could choose one of the following options too.
Something else [Button-1]
Restart [Button-2]
## chat
* more_details
- utter_more_details
- utter_other_options
utter_more_details:
- text: "For more details, click the following button."
buttons:
- title: "More Details"
payload: "/intent_moredetails"
utter_other_options:
- text: "Alternatively, you could choose one of the following options too."
buttons:
- title: "Something else"
payload: "/intent_somethingelse"
- title: "Restart"
payload: "/intent_restart
I tried this using these UIs - chatbot-widget, rasa-webchat and chatroom
But, the utterances in the UI are not displaying in order. Instead, both the statements are displaying first. Then all 3 buttons.
@JiteshGaikwad. Could you help me with this? Thank you.
I even tried in rasa-shell
, but only the second utterance is being displayed.