Reputation: 1
For MS Teams chatbot on Bot Framework SDK, I was trying to invoke an event by onAdaptiveCardInvoke method by Adaptive Cards. I can do this on MS Teams but on Bot Framework Emulator, this method is not executed at all.
Upvotes: 0
Views: 92
Reputation: 23
Those events will trigger from the Teams environment but not from the Emulator.
Upvotes: 0