Can we have dropdown in Adaptive card with multi-select option?
We need to display list of users in a dropdown and let the end user to select multiple users from the dropdown displayed.
We are using composer based bot with .Net SDK for bot development.
You can use Input.ChoiceSet. You can use the designer to get it laid out the way you wish.