Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The following adapters can be used to expose your bot on additional channels not
| [Zoom Adapter](libraries/Bot.Builder.Community.Adapters.Zoom) | An adapter that accepts and handles Zoom app requests. Specifically developed to handle Zoom chatbot app requests and allow for the sending of messages using Zoom Message Templates. The adapter will also receieve any event subscribed to via Zoom, even those not chatbot related. | [Sample](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/samples/Zoom%20Adapter%20Sample) | [![NuGet version](https://img.shields.io/badge/NuGet-blue.svg)](https://www.nuget.org/packages/Bot.Builder.Community.Adapters.Zoom/) |
| [Infobip WhatsApp Adapter](libraries/Bot.Builder.Community.Adapters.Infobip.WhatsApp) | An adapter that accepts and hanldes WhatsApp app requests via Infobip, including support for various messages and template types. | | [![NuGet version](https://img.shields.io/badge/NuGet-blue.svg)](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/libraries/Bot.Builder.Community.Adapters.Infobip.WhatsApp/) |
| [Infobip SMS Adapter](libraries/Bot.Builder.Community.Adapters.Infobip.Sms) | An adapter that accepts and hanldes SMS requests via Infobip, including support for various messages. | | [![NuGet version](https://img.shields.io/badge/NuGet-blue.svg)](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/libraries/Bot.Builder.Community.Adapters.Infobip.Sms/) |
| [Infobip Viber Adapter](libraries/Bot.Builder.Community.Adapters.Infobip.Viber) | An adapter that accepts and hanldes Viber requests via Infobip, including support for various messages. | | [![NuGet version](https://img.shields.io/badge/NuGet-blue.svg)](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/libraries/Bot.Builder.Community.Adapters.Infobip.Viber/) |
| [Infobip Viber Adapter](libraries/Bot.Builder.Community.Adapters.Infobip.Viber) | An adapter that accepts and handles Viber requests via Infobip, including support for various messages. | | [![NuGet version](https://img.shields.io/badge/NuGet-blue.svg)](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/libraries/Bot.Builder.Community.Adapters.Infobip.Viber/) |
| [MessageBird WhatsApp Adapter](libraries/Bot.Builder.Community.Adapters.MessageBird) | An adapter that accepts and handles WhatsApp app requests via MessageBird, including support for various message types. | [Sample](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/samples/MessageBird%20Adapter%20Sample) | [![NuGet version](https://img.shields.io/badge/NuGet-blue.svg)](https://www.nuget.org/packages/Bot.Builder.Community.Adapters.MessageBird/) |

### Dialogs and Prompts
Expand Down
Loading