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
First batch of articles about Bot Powered ACEs (SharePoint#9488)
* Initial commit of articles about Bot Powered ACEs
* Updated article about building first Bot Powered ACE
* Added metadata to articles
* Fixed issues in articles, accordingly to guidance
* Fixed issues in articles, accordingly to guidance
* Finalized initial batch of articles about Bot Powered ACEs
* Finalized initial batch of articles about Bot Powered ACEs
"full": "This is a basic sample of a Bot Powered ACE for Microsoft Viva Connections Dashboard to collect user's feedback"
17
+
},
18
+
"description": {
19
+
"short": "Basic sample of a Bot Powered ACE for Microsoft Viva Connections Dashboard to collect user's feedback",
20
+
"full": "Basic sample of how to use the latest release of the Bot Framework SDK to build a Bot Powered ACE for Microsoft Viva Connections Dashboard to collect user's feedback"
21
+
},
22
+
"icons": {
23
+
"outline": "icon-outline.png",
24
+
"color": "icon-color.png"
25
+
},
26
+
"accentColor": "#FFFFFF",
27
+
"bots": [
28
+
{
29
+
"botId": "<App-Client-ID>",
30
+
"needsChannelSelector": false,
31
+
"isNotificationOnly": false,
32
+
"supportsCalling": false,
33
+
"supportsVideo": false,
34
+
"supportsFiles": false,
35
+
"scopes": [
36
+
"team",
37
+
"personal",
38
+
"groupchat"
39
+
]
40
+
}
41
+
],
42
+
"dashboardCards": [
43
+
{
44
+
"id": "<App-Client-ID>",
45
+
"displayName": "Collect Feedaback",
46
+
"description": "Bot Powered ACE to collect user's feedback",
0 commit comments