Reputation: 43
I have integrated a the MSFT chatbot with Teams, i am able to connect and interact, however for response that are based on Adaptive Cards, i get the below error "The specified card version is not supported."
Any idea when the adaptive cards be supported with MSFT teams.
Environment: Adaptive Cards v 0.5.1.0
Upvotes: 0
Views: 1655
Reputation: 941
Adaptive cards are now supported in Microsoft Teams (on desktop and web).
A couple of things to note:
AdaptiveCard
) w/ version = 1.0. Attachment.Content
is of type object, so it's easy to accidentally put other things in there--in my case an AdaptiveCardParseResult
, oops! :)Upvotes: 1