How to present a list and then store the answer in context

Hi, I have a requirement like I ask environment of an App -

  1. Dev
  2. UAT
  3. Prod

How should the bot present this as a list to the user and then store one of the accepted (or ALL) replies in the context.

Example story: My App fails to load in Dev/UAT/Prod environments or my App fails to load in Prod.

Thanks

Hi @angshuman-agarwal. You can list them as buttons or a list of options on Rasa: Domains . Is it something you are looking for?

Thanks, I will check and come back