Are Custom CardElements supported in Teams Bots Framework? #6914
Unanswered
GlenPierce-Workday
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The Teams client only supports a given version (1.4) of elements, and rejects payloads that don't match the schema. It's arguable that they shouldn't (as the intent was you ignore elements that are unknown). The extensibility story only works if you are the host application yourself and you are targetting content to your own application. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to follow the example found here: https://docs.microsoft.com/en-us/adaptive-cards/sdk/rendering-cards/javascript/extensibility on extending the adaptive card elements to create custom elements, but I'm receiving an error message in the console when I try to instantiate a card with one of my custom elements:
[Bot invoke failed]: <BotError>Error when processing invoke response: Payload is incorrect
Is Extensibility with the JavaScript SDK supported in Teams Bot Framework? If so, is there a specific version I should be using?
Beta Was this translation helpful? Give feedback.
All reactions