Microsoft Teams Adaptive Card Renderer on Input.ChoiceSet

Copper Contributor

Default Behaviour in Input.ChoiceSet: 

When a choice from the ChoiceSet is selected, there is no event sent to the bot.

Expected Behaviour:

If there is any change in selection in Input.ChoiceSet, a event should get triggered to the bot, so that we can do some necessary changes/updates in the responseCard.

How can we do that using the existing component of Input.ChoiceSet ?

2 Replies
+1 I am also looking for the same