When a user converses with a Bot in Microsoft Teams, the Bot must display a list of menu items which the user can select. Select the attribute name in manifest file where menu items are added for the user to select.
Answers
Answered by
0
Answer:
When a user converses with a Bot in Microsoft Teams, the Bot must display a list of menu items which the user can select. Select the attribute name in manifest file where menu items are added for the user to select.
Answered by
0
Answer:
- A list of menu choices that the user can choose from must be displayed when a user interacted with a Bot on Microsoft Teams. Choose the attribute name inside the manifest file where the user can select additional menu items.
- You must set the supportsFiles attribute in the declaration to true in order for your bot to transmit and receive files.
Explanation:
- The Manifest reference's bots section contains a description of this attribute.
- Set this fetchTask parameter in the manifest to true for this strategy. Any static parameters specified for the command would be disregarded if fetchTask is set to true.
- If the user has to login or configure an extension before receiving the response, the bot also can respond with just an auth/config response.
#SPJ2
Similar questions