MS-600 · Question #90
You develop a Teams app that has a task module to display an Adaptive card that can be used to collect customer information. You need to have the task module invoked in Teams. The effort to…
The correct answer is A. Deep link B. Bots D. Tab. Task modules can be invoked from a deep link outside Teams, bots, and personal tabs. Task modules should be used to provide a model popup experience in Teams applications. You can show a widget such as Vimeo or Streams, custom JavaScript/HTML code, or display an You can create…
Question
You develop a Teams app that has a task module to display an Adaptive card that can be used to collect customer information. You need to have the task module invoked in Teams. The effort to accomplish this should be kept to a minimum. Which three ways can you use to invoke the task modules? Each correct answer presents a complete solution.
Options
- ADeep link
- BBots
- CWebhook
- DTab
- EMessaging Extensions
How the community answered
(18 responses)- A78% (14)
- C6% (1)
- E17% (3)
Explanation
Task modules can be invoked from a deep link outside Teams, bots, and personal tabs. Task modules should be used to provide a model popup experience in Teams applications. You can show a widget such as Vimeo or Streams, custom JavaScript/HTML code, or display an You can create a deep link for most entities within Teams. Deep links may be useful when navigating the user to content within one of your app's tabs. Task modules can be invoked from Microsoft Teams bots using buttons on Adaptive cards and Bot Framework cards. Task modules can be invoked from a Teams tab using microsoftTeams.tasks.startTask() passing a Tasklnfo object and an optional submitHandler callback function. Task modules cannot be invoked from a messaging extension. Messaging extensions allow users to interact with your web service through buttons and forms in the Microsoft Teams client. Task modules cannot be invoked from a webhook. Webhooks are used to post data to or from Teams to any chosen service capable of accepting a JSON payload.
Topics
Community Discussion
No community discussion yet for this question.