I would like to create a choice prompt in Node.js that allows the user to make multiple selections, just like in FormFlow for .NET (see the toppings prompt of the Simple Sandwich Bot).
Is there maybe already some sample code available that I could adapt? Would this also be possible with buttons instead of a list?