We have an Azure based Chatbot built on NodeJS. We have an adaptive card that looks like this:
As you can see we are asking the Group and Role information in the form of a text box. With text boxes, there is every chance for a manual typo.
So we are trying to explore two options:
- Can we populate the contents of a drop down manually, say from a query to a database etc?.
- Can we populate the contents of a drop down ( say Role ) based on what was selected for the drop down ( say Group )?. Note: Group has multiple Roles. And the number of Roles in a Group vary. So we want to increase usability by dynamic population of content.
Please share any references/thoughts that you may have. We are using Microsoft Bot Framework V3.
Thanks, Pavan.