Skip to content

Commit

Permalink
Merge pull request #1081 from OfficeDev/hotfix/onboard-new-samples
Browse files Browse the repository at this point in the history
hotfix: onboard python related samples
  • Loading branch information
eriolchan authored Nov 8, 2023
2 parents 542a5f5 + c77fa30 commit 3d2a252
Showing 1 changed file with 57 additions and 2 deletions.
59 changes: 57 additions & 2 deletions .config/samples-config-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"Meeting"
],
"languages": [
"JavaScript",
"TypeScript"
"TS",
"JS",
"Python"
],
"technologies": [
"Azure",
Expand Down Expand Up @@ -604,6 +605,60 @@
"thumbnailPath": "assets/thumbnail.png",
"gifPath": "assets/sampleDemo.gif",
"suggested": false
},
{
"id": "bot-conversation-python",
"shortId": "bot-conversation-py",
"onboardDate": "2023-11-08",
"title": "Teams Conversation Bot using Python",
"shortDescription": "This sample shows how to incorporate basic conversational flow into a Teams application.",
"fullDescription": "This bot has been created using Bot Framework. This sample shows how to incorporate basic conversational flow into a Teams application. It also illustrates a few of the Teams specific calls you can make from your bot.",
"types": [
"Bot"
],
"tags": [
"Python",
"Bot",
"Bot Framework"
],
"time": "5min to run",
"configuration": "Manual configurations required",
"thumbnailPath": "Images/2.WelcomeCard.PNG",
"gifPath": "Images/BotConversation.gif",
"suggested": false,
"downloadUrlInfo": {
"owner": "OfficeDev",
"repository": "Microsoft-Teams-Samples",
"ref": "main",
"dir": "samples/bot-conversation/python"
}
},
{
"id": "msgext-search-python",
"shortId": "msgext-search-py",
"onboardDate": "2023-11-08",
"title": "Teams Messaging Extensions Search using Python",
"shortDescription": "This sample illustrates how to build a Search-based Messaging Extension.",
"fullDescription": "There are two basic types of Messaging Extension in Teams: Search-based and Action-based. This sample illustrates how to build a Search-based Messaging Extension.",
"types": [
"Bot"
],
"tags": [
"Python",
"Message extension",
"Bot Framework"
],
"time": "5min to run",
"configuration": "Manual configurations required",
"thumbnailPath": "Images/9-mention-Search-Result.png",
"gifPath": "Images/msgext-search.gif",
"suggested": false,
"downloadUrlInfo": {
"owner": "OfficeDev",
"repository": "Microsoft-Teams-Samples",
"ref": "main",
"dir": "samples/msgext-search/python"
}
}
]
}

0 comments on commit 3d2a252

Please sign in to comment.