Jan 05 2022 07:12 AM
My friend and I have made a bot in Visual Studio using Teams Toolkit.
We've selected "Manually submit Teams app package file" which builds an "appPackage.dev.zip" file.
After that, we went to Teams app -> Apps -> Upload a customised app -> Upload for me or my team -> appPackage.dev.zip
This creates a bot that I can chat with, but he only responds to "welcome" and "learn" - which are default commands generated automatically. He doesn't respond to any of the custom commands we've implemented.
Can anyone tell me how to fix this?
Jan 05 2022 11:15 PM - edited Jan 11 2022 04:28 AM
Solution@DaniloMladenovic - Please refer to below sample: Microsoft-Teams-Samples/samples/app-hello-world/csharp at main · OfficeDev/Microsoft-Teams-Samples (.... You can add your custom logic/code inside OnMessageActivityAsync method.
Thanks,
Meghana
---------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Feb 03 2022 11:47 PM
Feb 04 2022 12:05 AM
Jan 05 2022 11:15 PM - edited Jan 11 2022 04:28 AM
Solution@DaniloMladenovic - Please refer to below sample: Microsoft-Teams-Samples/samples/app-hello-world/csharp at main · OfficeDev/Microsoft-Teams-Samples (.... You can add your custom logic/code inside OnMessageActivityAsync method.
Thanks,
Meghana
---------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.