This question requires that you evaluate the underlined BOLD text to determine if it is correct. You develop a Microsoft Teams application that uses a messaging extension. Users can invoke the messaging extension from the Teams sidebar menu. Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed". If the statement is incorrect, select the answer choice that makes the statement correct.
- No change is needed
- from the compose box of a Teams chat
- by using the Manage teams option for a team
- by using the Add a tab option in the Teams channel
Answer(s): B
Explanation:
In the app manifest for your Microsoft Teams app you'll define a single messaging extension with up to ten different commands. Each command defines a type (action or search), and the locations in the client it can be invoked from (compose message area, command bar, and/or message).
Reference:
https://docs.microsoft.com/en-us/microsoftteams/platform/messaging-extensions/what-are- messaging-extensions
Reveal Solution Next Question