You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev
110
110
| 24 | Bot configuration app with auth | This sample demonstrates the features of bot configuration auth and reconfiguration for both teams and group chats. | Advanced |[View][BotConfigurationAppAuth#csharp]|[View][BotConfigurationAppAuth#nodejs]|||[View](/samples/bot-configuration-app-auth/csharp/demo-manifest/bot-configuration-auth-app.zip)|
111
111
| 25 | Tag mention bot | This sample app demonstrates the use of tag mention functionality in teams scope using Bot Framework. | Advanced |[View][Tagmention#csharp]|[View][Tagmention#nodejs]|||
112
112
| 26 | Commands menu and prompt starters bot | This sample adds a command menu with a dropdown list of commands for your bot. Users can select a command from the list, which will insert the command title into the compose box. Then, they can select Send to execute the command. | Advanced |[View][CommandsMenu#csharp]|[View][CommandsMenu#nodejs]|||[View](/samples/bot-commands-menu/csharp/demo-manifest/bot-commands-menu.zip)|
113
-
| 27 | Bot All Cards | Sample which demonstrates sending different types cards supported in teams using bot. | Advanced |[View][TypesCards#csharp]|[View][TypesCards#nodejs]|||[View](/samples/bot-all-cards/csharp/demo-manifest/bot-all-cards.zip)|
113
+
| 27 | Bot All Cards | Sample which demonstrates sending different types cards supported in teams using bot. | Advanced |[View][TypesCards#csharp]|[View][TypesCards#nodejs]|[View][TypesCards#python]||[View](/samples/bot-all-cards/csharp/demo-manifest/bot-all-cards.zip)|
114
114
| 28 | Apps in Federated | This sample app allows users to easily view a list of group members. When a new member is added, their details are promptly displayed. | Advanced |[View][bot-feed-members#js]||||[View](/samples/bot-feed-members/nodejs/demo-manifest/bot-feed-members.zip)|
115
115
| 29 | Requirement Targeting OneWay Dependency | Microsoft M365 RT sample app in Node.js which specifies one-way-dependency relationships between app capabilities (using elementRelationshipSet) and functionality using hostMustSupportFunctionalities. | Advanced ||[View][RequirementTargetingOneWayDependency#nodejs]|||
116
116
| 30 | Requirement Targeting Mutual Dependency | Microsoft M365 RT sample app in Node.js which specifies mutual-dependency relationships between app capabilities using elementRelationshipSet. | Advanced ||[View][RequirementTargetingMutualDependency#nodejs]|||
@@ -426,6 +426,7 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev
0 commit comments