'MS Teams, Adaptive Card, Copy-Paste functionality
MS Teams application ...
I send Adaptive Card to the client and Bot handles card actions. How can I add/implement copy-paste functionality?
- Client will copy the card to the clipboard and send it to a different client.
P.S.: I implemented "Link unfurling" functionality and can see "Copy" menu button but there is no one in the original Adaptive Card that I sent using ConnectorClient.Conversations.SendToConversationAsync(messageActivity)
- I think the Adaptive Cards actions won't work from a different chat (not Bot, Client to Client). Right? Maybe just links ... Or It can be handled?
Solution 1:[1]
Copy-Paste is not supported for Adaptive Cards. However it is supported for Messaging Extension/Link Unfurling.
ME:
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Dharman |