Forum Discussion
LeeJinWoo
Nov 21, 2023Copper Contributor
Is it possible to configure a task module pop-up to appear immediately when a bot command is entered
Hi, I created a simple Bot. This Bot provides a command to create comments on tickets for specific 3rd party services. The current operation method is as follows. 1. botname addcomment subjec...
Sayali-MSFT
Microsoft
Nov 22, 2023LeeJinWoo - Task modules can be invoked from Microsoft Teams bots using buttons on Adaptive Cards and Bot Framework cards that are hero, thumbnail, and connector for Microsoft 365 Groups. Task modules are often a better user experience than multiple conversation steps. Keep track of bot state and allow the user to interrupt or cancel the sequence.
Reference Document- Use Task Modules in Microsoft Teams bots - Teams | Microsoft Learn
Sample link-Microsoft-Teams-Samples/samples/bot-task-module/csharp at main ยท OfficeDev/Microsoft-Teams-Samples (github.com)