Updated README

This commit is contained in:
Stephan Bisser 2019-09-04 10:13:24 +02:00
parent c5a46cedf5
commit aeecc891ad
1 changed files with 6 additions and 6 deletions

View File

@ -93,12 +93,12 @@ Additional settings can be set to style the web part, including:
|Version|Description|
|-------|----|
|v3 & v4 | Foreground / background colors for messages & sendbox, both from the user and from the bot|
|v4| Add avatar images or initials for both user and bot|
|v4| Hide upload button in sendbox|
|v3| Display title of the web part|
|v3| Web part header background color|
|v3| Placeholder text|
|[v3](./src/webparts/botFrameworkChat) & [v4](./src/webparts/botFrameworkChatv4) | Foreground / background colors for messages & sendbox, both from the user and from the bot|
|[v4](./src/webparts/botFrameworkChatv4)| Add avatar images or initials for both user and bot|
|[v4](./src/webparts/botFrameworkChatv4)| Hide upload button in sendbox|
|[v3](./src/webparts/botFrameworkChat)| Display title of the web part|
|[v3](./src/webparts/botFrameworkChat)| Web part header background color|
|[v3](./src/webparts/botFrameworkChat)| Placeholder text|
Currently the [Bot Framework Webchat v3 web part](./src/webparts/botFrameworkChat) only supports plain text conversations with a bot. Other message types, such as Rich Cards and Attachments are not supported, so in order to use that, use the [Bot Framework Webchat v4 web part](./src/webparts/botFrameworkChatv4)