Skip to content

Commit 384e92d

Browse files
author
Krishna Puvvada
committed
Added readme
1 parent bf4d9e8 commit 384e92d

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

BuildYourOwnCanvasSamples/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Customize the look and feel of your bot chat canvas
2+
3+
Power Virtual Agents allows you customize the look and feel of your bot's chat canvas. Our chat canvas builds on the highly customizable [Bot Framework Web Chat canvas](https://github.com/microsoft/BotFramework-WebChat). This article explains how you can customize your canvas and connect it with a Power Virtual Agents bot.
4+
5+
>Creating a custom canvas requires software development. Our guidance here is intended for experienced IT professionals, such as IT admins or developers who have a solid understanding of developer tools, utilities, and IDEs.
6+
7+
## Pick a sample to customize
8+
9+
| Samples name | Description | Screenshot |
10+
| ------------ | ----------- | :----: |
11+
| 1. [Full bundle](https://github.com/microsoft/PowerVirtualAgentsSamples/tree/master/BuildYourOwnCanvasSamples/1.starter-full-bundle) | Custom canvas capable of showing all rich content from Power Virtual Agents, such as [Adaptive Cards](https://adaptivecards.io/designer/), Carousels, Animations, and Audio attachments. | ![Full bundle custom canvas](images/custom-canvas-full-bundle.png) |
12+
| 2. [Location and file uploading](https://github.com/microsoft/PowerVirtualAgentsSamples/tree/master/BuildYourOwnCanvasSamples/2.location-and-file-uploading) | Custom canvas capable of getting user's location and sending it to a bot using Power Virtual Agents. This canvas is also capable of uploading file inputs to Azure Blog Storage, and sending these files as blob urls to Power Virtual Agents. | ![Location and file uploading custom canvas](images/custom-canvas-location-file-upload.png) |
13+
| [Other samples](https://github.com/microsoft/BotFramework-WebChat/#samples-list) | Other sample web chat canvases provided by Bot Framework | - |
Loading
Loading

0 commit comments

Comments
 (0)