Skip to content

Commit d0d8182

Browse files
committed
Update README.md
1 parent fc3b6c8 commit d0d8182

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ To see a list of current extensions available for the Bot Builder .NET SDK, use
1212
- [Contributing and Reporting Issues](#contributing-and-reporting-issues)
1313
- [Adapters](#adapters)
1414
- [Dialogs and Prompts](#dialogs-and-prompts)
15+
- [Cards](#cards)
1516
- [Middleware](#middleware)
1617
- [Recognizers](#recognizers)
1718
- [Storage](#storage)
@@ -55,6 +56,15 @@ The following dialogs are currently available;
5556
| [Bot Builder v4 Luis Dialog](libraries/Bot.Builder.Community.Dialogs.Luis) | An implementation for v4 of the Bot Builder .NET SDK of the [Microsoft.Bot.Builder.Dialogs.LuisDialog built for Bot Builder V3](https://github.com/microsoft/BotBuilder-V3/tree/master/CSharp/Library/Microsoft.Bot.Builder/Luis) A dialog specialized to handle intents and entities from LUIS. | [Sample](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/samples/Luis%20Dialog%20Sample) | [![NuGet version](https://img.shields.io/badge/NuGet-blue.svg)](https://www.nuget.org/packages/Bot.Builder.Community.Dialogs.Luis/) |
5657
| [Adaptive Dialogs - REST](libraries/Bot.Builder.Community.Dialogs.Adaptive.Rest) | Adaptive package containing additional actions to make calling REST endpoints easier when using Adaptive dialogs | | [![NuGet version](https://img.shields.io/badge/NuGet-blue.svg)](https://www.nuget.org/packages/Bot.Builder.Community.Dialogs.Adaptive.Rest/) |
5758

59+
## Cards
60+
61+
Packages that assist in building bots using Adaptive Cards and Bot Framework Cards;
62+
63+
| Name | Description | Sample? | NuGet |
64+
| ------ | ------ | ------ | ------ |
65+
| [Cards Library](libraries/Bot.Builder.Community.Cards) | The cards library currently has two main features - Both Adaptive Cards and Bot Framework cards can be disabled and Adaptive Cards can be translated | | [![NuGet version](https://img.shields.io/badge/NuGet-blue.svg)](https://www.nuget.org/packages/Bot.Builder.Community.Middleware.HandleActivityType/) |
66+
| [Adaptive Card Prompt](libraries/Bot.Builder.Community.Prompts) | This prompt is available as part of the Bot.Builder.Community.Prompts package. It includes validation for specified required input fields, displays a custom message if user replies via text and not card input and ensures input is only valid if it comes from the appropriate card (not one shown previous to prompt).| | [![NuGet version](https://img.shields.io/badge/NuGet-blue.svg)](https://www.nuget.org/packages/Bot.Builder.Community.Prompts/) |
67+
5868
## Middleware
5969

6070
The following pieces of middleware are currently available;

0 commit comments

Comments
 (0)