How to add dropdown menu in responces using rasa-x latest version

Hi,

I am using latest version of rasa and rasa-x. I am able to add buttons in rasa-X responses. I want to add dropdown list with fixed number of options so that user can select any one option and we can help user based on the option selected. How to do that in rasa-x? If it is not possible in rasa-x, then how to do it in rasa?

Thanks and REgards Pooja

Hi,

A drop down depends on the channel connector you’re using. E.g. Slack supports this out of the box, but not sure about others. This will display as yaml code in Rasa X if you configure it in the responses.

The responses can be configured inside Rasa X by writing custom yaml, as described here: Responses