forked from OfficeDev/Microsoft-Teams-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.json
47 lines (47 loc) · 1.67 KB
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"name": "officedev-microsoft-teams-samples-samples-msteams-application-qbot",
"source": "officeDev",
"title": "QBot",
"shortDescription": "QBot is a solution designed for classroom teaching scenarios which allows teachers, tutors, and students to intelligently answer each other's questions within the Microsoft Teams collaboration platform.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msteams-application-qbot",
"longDescription": [
"QBot is a solution designed for classroom teaching scenarios which allows teachers, tutors, and students to intelligently answer each other's questions within the Microsoft Teams collaboration platform."
],
"creationDateTime": "2022-05-30",
"updateDateTime": "2022-06-20",
"products": [
"Teams"
],
"thumbnails": null,
"authors": [
{
"gitHubAccount": null,
"pictureUrl": "https://avatars.githubusercontent.com/u/6789362?s=200&v=4",
"name": "OfficeDev"
}
],
"references": [
{
"name": "Teams developer documentation",
"description": null,
"url": "https://aka.ms/TeamsPlatformDocs"
},
{
"name": "Teams developer questions",
"description": null,
"url": "https://aka.ms/TeamsPlatformFeedback"
},
{
"name": "Teams development videos from Microsoft",
"description": null,
"url": "https://aka.ms/sample-ref-teams-vids-from-microsoft"
},
{
"name": "Teams development videos from the community",
"description": null,
"url": "https://aka.ms/sample-ref-teams-vids-from-community"
}
]
}
]