Skip to content

Commit fb1792f

Browse files
committed
embedding tutorial video
1 parent 9a1112b commit fb1792f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/spfx/viva/bot-powered/Building-Your-First-Bot-Powered-ACE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ In this tutorial, you learn how to build a basic Bot Powered ACE with a step by
1414

1515
You can learn more about the architecture of the Bot Powered ACEs by reading the article ["Understanding Bot Powered Adaptive Card Extensions."](./Understanding-Bot-Powered-ACEs.md)
1616

17+
18+
> [!TIP]
19+
> You can also follow these steps by watching this video on the Microsoft 365 & Power Platform Community YouTube Channel.
20+
> [!Video https://www.youtube.com/embed/JgyyJi0SWDs]
21+
1722
## Developing a Bot Powered ACE with Microsoft .NET
1823

1924
In this tutorial, you're going to build a basic Bot Powered ACE to collect user's feedback via a Card View with a textbox and a submission button. In the following picture, you can see how the Adaptive Card Extension looks like in the Viva Connections desktop experience.

docs/spfx/viva/bot-powered/Understanding-Bot-Powered-ACEs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ ms.localizationpriority: high
88

99
Bot Powered Adaptive Card Extensions (ACEs) for Microsoft Viva Connections can be used to build custom experiences for the Microsoft Viva Connections Dashboard using the Bot development model.
1010

11+
12+
You can also follow these steps by watching this video on the Microsoft 365 Platform Community (PnP) YouTube Channel:
13+
14+
> [!Video https://www.youtube.com/embed/JgyyJi0SWDs]
15+
16+
17+
1118
Bot Powered ACEs is the new addative extensibility extensibility model for the Viva Connections Dashboard, which can be also extended using the client-side ACEs built using the SharePoint Framework. SPFx based extensibility model is solid and mature, especially with the latest features introduced with the [component based ACEs](/sharepoint/dev/spfx/viva/design/designing-card) released with SharePoint Framework version 1.18.x. However, there are some use cases that can't be addressed with a client-side development model, like just to make few examples:
1219

1320
* You have an existing server-side bot for Microsoft Teams which you'd like to use to power power an ACE running in the Viva Connections dashboard for a better return of investment.

0 commit comments

Comments
 (0)