How to send liker scale question type using adaptive card to ms teams. And get the answers back from it?

Viewed 17

Can anyone provide any sample. And how can we get the answers back to the bot. (Using adaptive cards)

1 Answers

Here are the docs on adaptive cards for bots and rich cards in bots. All you really need to do is to add a button to your card for each option on your Likert scale and then record which one the user clicks on, as you would the response to any other button.

Related