I need to implement a logic where On clicking of a carousel, it should prompt the user with an adaptive card with form details using Node JS in Microsoft Bot framework V4 version. Could You please help me on providing any sample code.
Asked
Active
Viewed 330 times
-2
-
1Please read: https://stackoverflow.com/help/how-to-ask – yeya Mar 12 '19 at 14:31
-
1@yeya FYI, you can generate that link using `[ask]`: [ask]. – Carcigenicate Mar 12 '19 at 14:36
-
Your title says hero card but your question body says Adaptive Card. Which is it? – Kyle Delaney Mar 12 '19 at 22:47
-
Are you still working on this? – Kyle Delaney Mar 15 '19 at 23:34
1 Answers
2
Did you check the Microsoft samples? https://github.com/Microsoft/BotBuilder-Samples/tree/master/samples/javascript_nodejs/07.using-adaptive-cards

Devedse
- 1,801
- 1
- 19
- 33