Skip to content

Commit

Permalink
Update index for C# samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ejadib committed Sep 22, 2016
1 parent 5415d64 commit 15e2e27
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,42 @@ Welcome to the BotBuilder samples repository. Here you will find task-focused sa

Name | Description | C# | Node
------------ | ------------- | :-----------: | :-----------:
Send Attachment | A sample bot that passes simple media attachments (images) to a user activity. | [View Sample](/CSharp/SendAttachment)[![Deploy to Azure][Deploy Button]][Deploy CSharp/SendAttachment] | [View Sample](/Node/SendAttachment)[![Deploy to Azure][Deploy Button]][Deploy Node/SendAttachment]
Receive Attachment | A sample bot that receives attachments sent by the user and downloads them. | [View Sample](/CSharp/ReceiveAttachment)[![Deploy to Azure][Deploy Button]][Deploy CSharp/ReceiveAttachment] | [View Sample](/Node/ReceiveAttachment)[![Deploy to Azure][Deploy Button]][Deploy Node/ReceiveAttachment]
Rich Cards | A sample bot to renders several types of cards as attachments. | [View Sample](/CSharp/RichCards)[![Deploy to Azure][Deploy Button]][Deploy CSharp/RichCards] | [View Sample](/Node/RichCards)[![Deploy to Azure][Deploy Button]][Deploy Node/RichCards]
Carousel of Cards | A sample bot that sends multiple rich card attachments in a single message using the Carousel layout. | [View Sample](/CSharp/CarouselCards)[![Deploy to Azure][Deploy Button]][Deploy CSharp/CarouselCards] | [View Sample](/Node/CarouselCards)[![Deploy to Azure][Deploy Button]][Deploy Node/CarouselCards]
Create New Conversation | A sample bot that starts a new conversation using a previously stored user address. | [View Sample](/CSharp/CreateNewConversation)[![Deploy to Azure][Deploy Button]][Deploy CSharp/CreateNewConversation] | [View Sample](/Node/CreateNewConversation)[![Deploy to Azure][Deploy Button]][Deploy Node/CreateNewConversation]
Get Members of a Conversation | A sample bot that retrieves the conversation's members list and detects when it changes. | [View Sample](/CSharp/GetConversationMembers)[![Deploy to Azure][Deploy Button]][Deploy CSharp/GetConversationMembers] | [View Sample](/Node/GetConversationMembers)[![Deploy to Azure][Deploy Button]][Deploy Node/GetConversationMembers]
Direct Line | A sample bot and a custom client communicating to each other using the Direct Line API. | [View Sample](/CSharp/DirectLine)[![Deploy to Azure][Deploy Button]][Deploy CSharp/DirectLine] | [View Sample](/Node/DirectLine)[![Deploy to Azure][Deploy Button]][Deploy Node/DirectLine]
Multi Dialogs | A sample bot showing different kind of dialogs. | [View Sample](/CSharp/MultiDialogs)[![Deploy to Azure][Deploy Button]][Deploy CSharp/MultiDialogs] | [View Sample](/Node/MultiDialogs)[![Deploy to Azure][Deploy Button]][Deploy Node/MultiDialogs]
State API | A stateless sample bot tracking context of a conversation. | [View Sample](/CSharp/State)[![Deploy to Azure][Deploy Button]][Deploy CSharp/State] | [View Sample](/Node/State)[![Deploy to Azure][Deploy Button]][Deploy Node/State]
LUIS | A sample bot using LuisDialog to integrate with a LUIS.ai application. | [View Sample](/CSharp/LUIS)[![Deploy to Azure][Deploy Button]][Deploy CSharp/LUIS] | [View Sample](/Node/LUIS)[![Deploy to Azure][Deploy Button]][Deploy Node/LUIS]
ChannelData | A sample bot sending native metadata to Facebook using ChannelData. | [View Sample](/CSharp/ChannelData)[![Deploy to Azure][Deploy Button]][Deploy CSharp/ChannelData] | [View Sample](/Node/ChannelData)[![Deploy to Azure][Deploy Button]][Deploy Node/ChannelData]
Contoso Flowers | A reference implementation using many features from BotFramework. | [View Sample](/CSharp/ContosoFlowers)[![Deploy to Azure][Deploy Button]][Deploy CSharp/ContosoFlowers] | [View Sample](/Node/ContosoFlowers)[![Deploy to Azure][Deploy Button]][Deploy Node/ContosoFlowers]
Azure Search | Two sample bots that help the user navigate large amounts of content. | [View Samples](/CSharp/Search) | [View Samples](/Node/Search)
Send Attachment | A sample bot that passes simple media attachments (images) to a user activity. | [View Sample](/CSharp/core-SendAttachment)[![Deploy to Azure][Deploy Button]][Deploy CSharp/SendAttachment] | [View Sample](/Node/SendAttachment)[![Deploy to Azure][Deploy Button]][Deploy Node/SendAttachment]
Receive Attachment | A sample bot that receives attachments sent by the user and downloads them. | [View Sample](/CSharp/core-ReceiveAttachment)[![Deploy to Azure][Deploy Button]][Deploy CSharp/ReceiveAttachment] | [View Sample](/Node/ReceiveAttachment)[![Deploy to Azure][Deploy Button]][Deploy Node/ReceiveAttachment]
Rich Cards | A sample bot to renders several types of cards as attachments. | [View Sample](/CSharp/cards-RichCards)[![Deploy to Azure][Deploy Button]][Deploy CSharp/RichCards] | [View Sample](/Node/RichCards)[![Deploy to Azure][Deploy Button]][Deploy Node/RichCards]
Carousel of Cards | A sample bot that sends multiple rich card attachments in a single message using the Carousel layout. | [View Sample](/CSharp/cards-CarouselCards)[![Deploy to Azure][Deploy Button]][Deploy CSharp/CarouselCards] | [View Sample](/Node/CarouselCards)[![Deploy to Azure][Deploy Button]][Deploy Node/CarouselCards]
Create New Conversation | A sample bot that starts a new conversation using a previously stored user address. | [View Sample](/CSharp/core-CreateNewConversation)[![Deploy to Azure][Deploy Button]][Deploy CSharp/CreateNewConversation] | [View Sample](/Node/CreateNewConversation)[![Deploy to Azure][Deploy Button]][Deploy Node/CreateNewConversation]
Get Members of a Conversation | A sample bot that retrieves the conversation's members list and detects when it changes. | [View Sample](/CSharp/core-GetConversationMembers)[![Deploy to Azure][Deploy Button]][Deploy CSharp/GetConversationMembers] | [View Sample](/Node/GetConversationMembers)[![Deploy to Azure][Deploy Button]][Deploy Node/GetConversationMembers]
Direct Line | A sample bot and a custom client communicating to each other using the Direct Line API. | [View Sample](/CSharp/core-DirectLine)[![Deploy to Azure][Deploy Button]][Deploy CSharp/DirectLine] | [View Sample](/Node/DirectLine)[![Deploy to Azure][Deploy Button]][Deploy Node/DirectLine]
Multi Dialogs | A sample bot showing different kind of dialogs. | [View Sample](/CSharp/core-MultiDialogs)[![Deploy to Azure][Deploy Button]][Deploy CSharp/MultiDialogs] | [View Sample](/Node/MultiDialogs)[![Deploy to Azure][Deploy Button]][Deploy Node/MultiDialogs]
State API | A stateless sample bot tracking context of a conversation. | [View Sample](/CSharp/core-State)[![Deploy to Azure][Deploy Button]][Deploy CSharp/State] | [View Sample](/Node/State)[![Deploy to Azure][Deploy Button]][Deploy Node/State]
LUIS | A sample bot using LuisDialog to integrate with a LUIS.ai application. | [View Sample](/CSharp/intelligence-LUIS)[![Deploy to Azure][Deploy Button]][Deploy CSharp/LUIS] | [View Sample](/Node/LUIS)[![Deploy to Azure][Deploy Button]][Deploy Node/LUIS]
ChannelData | A sample bot sending native metadata to Facebook using ChannelData. | [View Sample](/CSharp/core-ChannelData)[![Deploy to Azure][Deploy Button]][Deploy CSharp/ChannelData] | [View Sample](/Node/ChannelData)[![Deploy to Azure][Deploy Button]][Deploy Node/ChannelData]
Contoso Flowers | A reference implementation using many features from BotFramework. | [View Sample](/CSharp/demo-ContosoFlowers)[![Deploy to Azure][Deploy Button]][Deploy CSharp/ContosoFlowers] | [View Sample](/Node/ContosoFlowers)[![Deploy to Azure][Deploy Button]][Deploy Node/ContosoFlowers]
Azure Search | Two sample bots that help the user navigate large amounts of content. | [View Samples](/CSharp/demo-Search) | [View Samples](/Node/Search)

[Deploy Button]: https://azuredeploy.net/deploybutton.png
[Deploy CSharp/SendAttachment]: https://azuredeploy.net?ptmpl=CSharp/SendAttachment/azuredeploy.json
[Deploy CSharp/SendAttachment]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-SendAttachment
[Deploy Node/SendAttachment]: https://azuredeploy.net?ptmpl=Node/SendAttachment/azuredeploy.json
[Deploy CSharp/ReceiveAttachment]: https://azuredeploy.net?ptmpl=CSharp/ReceiveAttachment/azuredeploy.json
[Deploy CSharp/ReceiveAttachment]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-ReceiveAttachment
[Deploy Node/ReceiveAttachment]: https://azuredeploy.net?ptmpl=Node/ReceiveAttachment/azuredeploy.json
[Deploy CSharp/RichCards]: https://azuredeploy.net?ptmpl=CSharp/RichCards/azuredeploy.json
[Deploy CSharp/RichCards]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/cards-RichCards
[Deploy Node/RichCards]: https://azuredeploy.net?ptmpl=Node/RichCards/azuredeploy.json
[Deploy CSharp/CarouselCards]: https://azuredeploy.net?ptmpl=CSharp/CarouselCards/azuredeploy.json
[Deploy CSharp/CarouselCards]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/cards-CarouselCards
[Deploy Node/CarouselCards]: https://azuredeploy.net?ptmpl=Node/CarouselCards/azuredeploy.json
[Deploy CSharp/CreateNewConversation]: https://azuredeploy.net?ptmpl=CSharp/CreateNewConversation/azuredeploy.json
[Deploy CSharp/CreateNewConversation]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-CreateNewConversation
[Deploy Node/CreateNewConversation]: https://azuredeploy.net?ptmpl=Node/CreateNewConversation/azuredeploy.json
[Deploy CSharp/GetConversationMembers]: https://azuredeploy.net?ptmpl=CSharp/GetConversationMembers/azuredeploy.json
[Deploy CSharp/GetConversationMembers]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-GetConversationMembers
[Deploy Node/GetConversationMembers]: https://azuredeploy.net?ptmpl=Node/GetConversationMembers/azuredeploy.json
[Deploy CSharp/DirectLine]: https://azuredeploy.net?ptmpl=CSharp/DirectLine/azuredeploy.json
[Deploy CSharp/DirectLine]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-DirectLine
[Deploy Node/DirectLine]: https://azuredeploy.net?ptmpl=Node/DirectLine/azuredeploy.json
[Deploy CSharp/MultiDialogs]: https://azuredeploy.net?ptmpl=CSharp/MultiDialogs/azuredeploy.json
[Deploy CSharp/MultiDialogs]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-MultiDialogs
[Deploy Node/MultiDialogs]: https://azuredeploy.net?ptmpl=Node/MultiDialogs/azuredeploy.json
[Deploy CSharp/State]: https://azuredeploy.net?ptmpl=CSharp/State/azuredeploy.json
[Deploy CSharp/State]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-State
[Deploy Node/State]: https://azuredeploy.net?ptmpl=Node/State/azuredeploy.json
[Deploy CSharp/LUIS]: https://azuredeploy.net?ptmpl=CSharp/LUIS/azuredeploy.json
[Deploy CSharp/LUIS]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/intelligence-LUIS
[Deploy Node/LUIS]: https://azuredeploy.net?ptmpl=Node/LUIS/azuredeploy.json
[Deploy CSharp/ChannelData]: https://azuredeploy.net?ptmpl=CSharp/ChannelData/azuredeploy.json
[Deploy CSharp/ChannelData]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/core-ChannelData
[Deploy Node/ChannelData]: https://azuredeploy.net?ptmpl=Node/ChannelData/azuredeploy.json
[Deploy CSharp/ContosoFlowers]: https://azuredeploy.net?ptmpl=CSharp/ContosoFlowers/azuredeploy.json
[Deploy CSharp/ContosoFlowers]: https://azuredeploy.net?repository=https://github.com/microsoft/BotBuilder-Samples/tree/master/CSharp/demo-ContosoFlowers
[Deploy Node/ContosoFlowers]: https://azuredeploy.net?ptmpl=Node/ContosoFlowers/azuredeploy.json

0 comments on commit 15e2e27

Please sign in to comment.