Set a Digital Menu button using an Expression

Hi guys, I'm attempting to build a task for our digital bot that retrieves a list of items and then feeds these back to the user as selectable options in the bot flow.

We are using the digital bot and hoping to deliver these options using the digital menus, I've attempted to set the buttons as an expressions in the same manner as the communicate action, but this just sends "{{GetAt(Flow.ticket_list,0)}}" as a string and not the contents of the list, is there currently any way to set the digital menu buttons as expressions or is this something that can't be done at the moment?

See attached
2022-10-10 13_20_11

Hi Daniel,

You might be able to achieve what you're looking to achieve using a Dynamic Slot type. It allows you to dynamically specify a list of options in a string list for the user and you can then use an 'Ask for Slot' action to get the user response:

Here is some more information on Dynamic Slots: Use custom dynamic list slot types in a bot flow - Genesys Cloud Resource Center

Note: there are some limitations, e.g. it will only display quick reply buttons for up to ten responses.

Regards,

Kevin

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.