Forum Discussion
lvoouiilliot
Nov 27, 2022Copper Contributor
How to handle action submit in Bot
Hi, I'm currently trying to develop a command Bot with adaptative cars and I want to submit a form. The problem is tht Ireally dunno how I can handle the submit in my code (Typescript), I have my command handler triggered by a word and which send the adaptative card but after that I don't know what I have to do.
Thanks by advance
4 Replies
- Sayali-MSFT
Microsoft
lvoouiilliot - Thanks for reporting your issue.
We will investigate this issue and get back to you.- Sayali-MSFT
Microsoft
lvoouiilliot - Please have look into this sample-
https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/javascript_nodejs/54.teams-task-module- lvoouiilliotCopper ContributorIt is a submit on a Task, in my case it is an adaptative Card, it is not the same Handle method