Unable to invoke the compose extension from Command Box in Microsoft Teams

Mudit Agarwal 0 Reputation points
2024-07-15T18:59:52.5066667+00:00

Unable to invoke the compose extension from Command Box.

The code and the manifest are as per guidelines.

App manifest below -

{
 
<redacted>,
"composeExtensions"
 {
"botId"
"commands"
 {
"id"
"type"
"title"
"description"
"initialRun"
"fetchTask"
"context"
"parameters"
 {
"name"
"title"
"description"
"inputType"
 },
 {
"name"
"title"
"description"
"inputType"
"choices"
 { 
 { 
 { 
 ]
 },
 {
"name"
"title"
"description"
"inputType"
 }
 ]
 }
 ],
"canUpdateConfiguration"
"messageHandlers"
 {
"type"
"value"
"domains"
"<redacted>"
 ],
"supportsAnonymizedPayloads"
 }
 }
 ]
 }
 ],
"validDomains"
"<redacted>"
 ],
"webApplicationInfo"
"id"
"resource"
 },
"devicePermissions"
"configurableProperties"
"name"
"shortDescription"
"longDescription"
"smallImageUrl"
"largeImageUrl"
"accentColor"
 ],
"authorization"
"permissions"
"orgWide"
"resourceSpecific"
 { 
 { 
 ]
 }
 }
}
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,088 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,250 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.