You develop a custom messaging extension to translate messages in a Microsoft Teams chat. You need to provide users with the ability to invoke the extension from the More actions menu of a message. What should you do?
A.
Specify the command for the extension in the manifest file.
B.
Add an Adaptive Card-based task module to a tab.
C.
Add an incoming webhook to the Microsoft Teams bot.
D.
Add an outgoing webhook to the Microsoft Teams bot.
Suggested Answer:D🗳️
Outgoing webhooks allow you to send messages to external systems from Teams. They are used in a very similar way to bots: you @mention them on a chat or channel, and then type your message. The difference is that when you send the message, it will go directly to the external system or service (e.g., your HR system). There isn't a custom-built bot background service in between. The external service then completes a task based on the message and can reply back to the user in Teams. Note: If you are just looking for a simple way of integrating an existing external system to Teams, webhooks can offer you a very quick and easy solution for that. There are three different types of webhooks: ✑ Outgoing webhooks (for sending a message from Teams to an external system ✑ Incoming webhooks (for sending a message from an external system to Teams) ✑ Connectors (productized/packaged webhooks by you, Microsoft or third parties) Reference: https://laurakokkarinen.com/how-we-can-extend-teams-with-custom-apps-the-non-technical-explanation/
Answer should be A.
As per MS doc, In the app manifest for Teams app, a single message extension is defined with up to 10 different commands. So, in manifest file, just specify command for message translation.
Reference: https://learn.microsoft.com/en-us/microsoftteams/platform/messaging-extensions/what-are-messaging-extensions?tabs=dotnet
Do you have any idea, what should be correct answer???
This section is not available anymore. Please use the main Exam Page.MS-600 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
DrVis
Highly Voted 1 year, 3 months agotfulanchan
Most Recent 10 months, 2 weeks ago