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 where the user was able to select multiple toppings at the same time: peppers, lettuce and tomato).
Is this feature already available in Node.js? If so, is there already an example for that? Would this also be possible with buttons instead of the list shown in the Simple Sandwich Bot example?
Unfortunately we don't have a multi-select prompt in Node yet. It's on our todo list to add but for now you'd need to write your own.
Closing for now but please feel free to comment.
any update on this feature? cc @Stevenic
+1 for this feature
+1 It would be awesome to have this feature!
+1 for the feature
+1 for the feature
Has anyone been able to write your own multiple choice recognizer? please share! Thanks
Does anyone know an alternative solution (multi-choices) for NodeJS ?
Any update on this feature?
@Stevenic - Is there any update on this? There doesn't seem any documentation on building a custom prompt as well...
+1 for this feature
+1 for the feature
+1
+1
+2
@Stevenic Any update on this? Or MS guy's skip this functionality?
+1
+1 for this feature
+1 this is required before I can use MS Bot Framework
Would be exiciting and helpful if this feature is available .
+1
This is possible using the attachment prompt, and an adaptive card. Or, the community library's AdaptiveCardPrompt: https://github.com/BotBuilderCommunity/botbuilder-community-js/blob/master/libraries/botbuilder-dialog-prompts/src/adaptiveCardPrompt.ts
Most helpful comment
+1 for this feature