Skip to content

Commit

Permalink
Merge pull request microsoft#14 from southworkscom/testing-readme-notes
Browse files Browse the repository at this point in the history
[Testing] Add note about unsupported scenarios for specific channels
  • Loading branch information
willportnoy authored Oct 1, 2016
2 parents 3d45ce4 + ab959ab commit a7e74d4
Show file tree
Hide file tree
Showing 16 changed files with 374 additions and 50 deletions.
21 changes: 21 additions & 0 deletions CSharp/cards-CarouselCards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,24 @@ To get more information about how to get started in Bot Builder for .NET and Att
* [Attachments Property](https://docs.botframework.com/en-us/csharp/builder/sdkreference/activities.html#attachmentsproperty)
* [Attachments, Cards and Actions](https://docs.botframework.com/en-us/csharp/builder/sdkreference/attachments.html)
* [RichCards sample](../cards-RichCards)

> **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 features used in this sample are fully supported in the following channels:
> - Skype
> - Facebook
>
> They are also supported, with some limitations, in the following channels:
> - Telegram
> - DirectLine
> - WebChat
> - Slack
> - Kik
> - Email
> - GroupMe
>
> On the other hand, they are not supported and the sample won't work as expected in the following channel:
> - SMS
21 changes: 21 additions & 0 deletions CSharp/cards-RichCards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,24 @@ To get more information about how to get started in Bot Builder for .NET and Att
* [Bot Builder for .NET](https://docs.botframework.com/en-us/csharp/builder/sdkreference/index.html)
* [Attachments Property](https://docs.botframework.com/en-us/csharp/builder/sdkreference/activities.html#attachmentsproperty)
* [Attachments, Cards and Actions](https://docs.botframework.com/en-us/csharp/builder/sdkreference/attachments.html)

> **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 features used in this sample are fully supported in the following channels:
> - Skype
> - Facebook
> - Telegram
> - DirectLine
> - WebChat
> - 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
21 changes: 21 additions & 0 deletions CSharp/core-CreateNewConversation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,24 @@ To get more information about how to get started in Bot Builder for .NET and Con
* [Bot Builder for .NET](https://docs.botframework.com/en-us/csharp/builder/sdkreference/index.html)
* [Starting Conversations](https://docs.botframework.com/en-us/csharp/builder/sdkreference/routing.html#conversationy)
* [ResumptionCookie class](https://docs.botframework.com/en-us/csharp/builder/sdkreference/dc/d2b/class_microsoft_1_1_bot_1_1_builder_1_1_dialogs_1_1_resumption_cookie.html)

> **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 features used in this sample are fully supported in the following channels:
> - Skype
> - SMS
> - Slack
> - Email
>
> They are also supported, with some limitations, in the following channel:
> - Telegram
>
> On the other hand, they are not supported and the sample won't work as expected in the following channels:
> - Facebook
> - DirectLine
> - WebChat
> - Kik
> - GroupMe
19 changes: 19 additions & 0 deletions CSharp/core-GetConversationMembers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,22 @@ To get more information about how to get started in Bot Builder for .NET and Act
* [Activities](https://docs.botframework.com/en-us/csharp/builder/sdkreference/activities.html)
* [Conversation Update](https://docs.botframework.com/en-us/csharp/builder/sdkreference/activities.html#conversationUpdate)
* [ConversationExtensions](https://docs.botframework.com/en-us/csharp/builder/sdkreference/d7/d08/class_microsoft_1_1_bot_1_1_connector_1_1_conversations_extensions.html)

> **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 features used in this sample are fully supported in the following channels:
> - Skype
> - Facebook
> - Slack
> - DirectLine
> - WebChat
> - SMS
> - Kik
> - Email
> - GroupMe
>
> On the other hand, they are not supported and the sample won't work as expected in the following channel:
> - Telegram
19 changes: 19 additions & 0 deletions CSharp/core-MultiDialogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,22 @@ To get more information about how to get started in Bot Builder for .NET and Con
* [IDialogContext Interface](https://docs.botframework.com/en-us/csharp/builder/sdkreference/d1/dc6/interface_microsoft_1_1_bot_1_1_builder_1_1_dialogs_1_1_i_dialog_context.html)
* [FormFlow](https://docs.botframework.com/en-us/csharp/builder/sdkreference/forms.html)
* [PromptDialog](https://docs.botframework.com/en-us/csharp/builder/sdkreference/d9/d03/class_microsoft_1_1_bot_1_1_builder_1_1_dialogs_1_1_prompt_dialog.html)

> **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 features used in this sample are fully supported in the following channels:
> - Skype
> - Facebook
> - Slack
> - DirectLine
> - WebChat
> - Kik
> - Email
> - GroupMe
>
> They are also supported, with some limitations, in the following channels:
> - Telegram
> - SMS
21 changes: 21 additions & 0 deletions CSharp/demo-ContosoFlowers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,24 @@ To get more information about how to get started in Bot Builder for .NET please
* [Autofac](https://autofac.org/)
* [ChannelData](https://docs.botframework.com/en-us/csharp/builder/sdkreference/channels.html)
* [LUIS](https://docs.botframework.com/en-us/node/builder/guides/understanding-natural-language/)

> **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 features used in this sample are fully supported in the following channels:
> - Skype
> - Facebook
> - DirectLine
> - WebChat
> - GroupMe
>
> They are also supported, with some limitations, in the following channels:
> - Slack
> - Email
>
> On the other hand, they are not supported and the sample won't work as expected in the following channels:
> - Telegram
> - SMS
> - Kik
21 changes: 21 additions & 0 deletions CSharp/demo-Search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,24 @@ To get more information about how to get started in Bot Builder for .NET please

* [Dialogs](https://docs.botframework.com/en-us/csharp/builder/sdkreference/dialogs.html)
* [Azure Search](https://azure.microsoft.com/en-us/services/search/)

> **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 features used in these samples are fully supported in the following channels:
> - Skype
> - Facebook
> - Telegram
> - DirectLine
> - WebChat
> - Slack
> - GroupMe
>
> They are also supported, with some limitations, in the following channel:
> - Email
>
> On the other hand, they are not supported and the sample won't work as expected in the following channels:
> - SMS
> - Kik
21 changes: 21 additions & 0 deletions CSharp/intelligence-LUIS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,24 @@ To get more information about how to get started in Bot Builder for .NET and Con
* Other examples using LUIS
* [Dialogs - Alarm Bot](https://docs.botframework.com/en-us/csharp/builder/sdkreference/dialogs.html#alarmBot)
* [Weather Bot](https://docs.botframework.com/en-us/bot-intelligence/language/#example-weather-bot)

> **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 features used in this sample are fully supported in the following channels:
> - Skype
> - Facebook
> - DirectLine
> - WebChat
> - Slack
> - GroupMe
>
> They are also supported, with some limitations, in the following channels:
> - Kik
> - Email
>
> On the other hand, they are not supported and the sample won't work as expected in the following channels:
> - Telegram
> - SMS
21 changes: 21 additions & 0 deletions Node/cards-CarouselCards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,24 @@ To get more information about how to get started in Bot Builder for Node and Att
* [Message.attachmentLayout](https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.message.html#attachmentlayout)
* [AttachmentLayout](https://docs.botframework.com/en-us/node/builder/chat-reference/modules/_botbuilder_d_.html#attachmentlayout)
* [RichCards sample](../cards-RichCards)

> **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 [Message.sourceEvent](https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.message.html#sourceevent) method.
>
> 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 features used in this sample are fully supported in the following channels:
> - Skype
> - Facebook
>
> They are also supported, with some limitations, in the following channels:
> - Telegram
> - DirectLine
> - WebChat
> - Slack
> - Kik
> - Email
> - GroupMe
>
> On the other hand, they are not supported and the sample won't work as expected in the following channels:
> - SMS
21 changes: 21 additions & 0 deletions Node/cards-RichCards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,24 @@ To get more information about how to get started in Bot Builder for Node and Att
* [SigninCard](https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.signincard.html)
* [Message.addAttachment](https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.message.html#addattachment)
* [Attachment](https://docs.botframework.com/en-us/node/builder/chat-reference/interfaces/_botbuilder_d_.iattachment.html)

> **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 [Message.sourceEvent](https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.message.html#sourceevent) method.
>
> 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 features used in this sample are fully supported in the following channels:
> - Skype
> - Facebook
> - Telegram
> - DirectLine
> - WebChat
> - 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
21 changes: 21 additions & 0 deletions Node/core-CreateNewConversation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,24 @@ To get more information about how to get started in Bot Builder for Node and Dia
* [Dialogs](https://docs.botframework.com/en-us/node/builder/chat/dialogs/)
* [UniversalBot.beginDialog](https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.universalbot.html#begindialog)
* [UniversalBot.send](https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.universalbot.html#send) & [IMessage interface](https://docs.botframework.com/en-us/node/builder/chat-reference/interfaces/_botbuilder_d_.imessage.html)

> **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 [Message.sourceEvent](https://docs.botframework.com/en-us/node/builder/chat-reference/classes/_botbuilder_d_.message.html#sourceevent) method.
>
> 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 features used in this sample are fully supported in the following channels:
> - Skype
> - SMS
> - Slack
> - Email
>
> They are also supported, with some limitations, in the following channel:
> - Telegram
>
> On the other hand, they are not supported and the sample won't work as expected in the following channels:
> - Facebook
> - DirectLine
> - WebChat
> - Kik
> - GroupMe
Loading

0 comments on commit a7e74d4

Please sign in to comment.