Skip to content

Commit

Permalink
Updating readme.md with bot name
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Standefer committed Mar 8, 2017
1 parent 603e002 commit 9731647
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CSharp/demo-CardsAttachments/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test Bot Sample
# Cards as Attachments Sample Bot

A sample bot to renders several types of cards as attachments, while also showing the generated JSON for each one of these cards at the message's payload, and the C# and NodeJs code required to build them.

Expand Down Expand Up @@ -453,9 +453,9 @@ To get more information about how to get started in Bot Builder for .NET and Att
> **Limitations**
> The functionality provided by the Bot Framework Activity can be used across many channels. Moreover, some special channel features can be unleashed using the [ChannelData property](https://docs.botframework.com/en-us/csharp/builder/sdkreference/channels.html).
>
>
> The Bot Framework does its best to support the reuse of your Bot in as many channels as you want. However, due to the very nature of some of these channels, some features are not fully portable.
>
>
> The Hero card and Thumbnail card used in this sample are fully supported in the following channels:
> - Skype
> - Facebook
Expand All @@ -465,10 +465,10 @@ To get more information about how to get started in Bot Builder for .NET and Att
> - Slack
> - Email
> - GroupMe
>
>
> They are also supported, with some limitations, in the following channel:
> - Kik
>
>
> On the other hand, they are not supported and the sample won't work as expected in the following channel:
> - SMS
>
Expand All @@ -481,10 +481,10 @@ To get more information about how to get started in Bot Builder for .NET and Att
> - Slack
> - Email
> - GroupMe
>
>
> They are also supported, with some limitations, in the following channel:
> - Kik
>
>
> On the other hand, they are not supported and the sample won't work as expected in the following channel:
> - SMS
> - Microsoft Teams
Expand All @@ -504,4 +504,4 @@ To get more information about how to get started in Bot Builder for .NET and Att
> - Microsoft Teams
> - Kik
> - SMS
>
>

0 comments on commit 9731647

Please sign in to comment.