Based on data we are getting back from an API we want to dynamically create the menu choices. For example if we get 3 items back we would like to dynamically play something like this. For X press 1 , For Y press 2 For Z press 3. Using expression editor can you dynamically populate a Prompt Collection? Or do you have another idea on how to do this.
Within bot flows/ digital bot flows you could use a Dynamic Slot to build and present the options to the user. I've pulled together a small example, which you could build upon. It's based more on a text interaction to show the result:
But the import part is to use the Synonyms with the dynamic list to assign the synonyms "one" and "1" to the fist menu option, so when the user specifies 1 it picks the correct option.