All Projects → BotBuilderCommunity → Botbuilder Community Dotnet

BotBuilderCommunity / Botbuilder Community Dotnet

Licence: mit
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.

Projects that are alternatives of or similar to Botbuilder Community Dotnet

Botbuilder Community Js
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder JavaScript SDK, including middleware, dialogs, recognizers and more.
Stars: ✭ 88 (-55.1%)
Mutual labels:  bot-framework, hacktoberfest, middleware, dialogs
Expressa
API creation middleware with an admin interface
Stars: ✭ 347 (+77.04%)
Mutual labels:  hacktoberfest, middleware
Vuex Rest Api
A utility to simplify the use of REST APIs with Vuex
Stars: ✭ 365 (+86.22%)
Mutual labels:  hacktoberfest, middleware
Telegraf
Modern Telegram Bot Framework for Node.js
Stars: ✭ 5,178 (+2541.84%)
Mutual labels:  bot-framework, middleware
Ookii Dialogs Wpf
Common dialog classes for WPF applications
Stars: ✭ 276 (+40.82%)
Mutual labels:  hacktoberfest, dialogs
Opsdroid
🤖 An open source chat-ops bot framework
Stars: ✭ 563 (+187.24%)
Mutual labels:  bot-framework, hacktoberfest
Express Openapi Validator
🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification
Stars: ✭ 436 (+122.45%)
Mutual labels:  hacktoberfest, middleware
Has Parameters
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
Stars: ✭ 149 (-23.98%)
Mutual labels:  hacktoberfest, middleware
Redux Query
A library for managing network state in Redux
Stars: ✭ 1,055 (+438.27%)
Mutual labels:  hacktoberfest, middleware
Dragon
⚡A powerful HTTP router and URL matcher for building Deno web servers.
Stars: ✭ 56 (-71.43%)
Mutual labels:  hacktoberfest, middleware
Ookii Dialogs Winforms
Common dialog classes for Windows Forms applications
Stars: ✭ 130 (-33.67%)
Mutual labels:  hacktoberfest, dialogs
Strapi Middleware Cache
🔌 A cache middleware for https://strapi.io
Stars: ✭ 146 (-25.51%)
Mutual labels:  hacktoberfest, middleware
Mullet
Mullet Stack: Facebook in the front. Walmart in the back. (React, Hapijs, Node)
Stars: ✭ 194 (-1.02%)
Mutual labels:  hacktoberfest
Phpenums
🔩 Provides enumerations for PHP & frameworks integrations
Stars: ✭ 194 (-1.02%)
Mutual labels:  hacktoberfest
Lumen Vendor Publish
Vendor publish command for Lumen framework.
Stars: ✭ 194 (-1.02%)
Mutual labels:  hacktoberfest
Opencast
The free and open source solution for automated video capture and distribution at scale.
Stars: ✭ 194 (-1.02%)
Mutual labels:  hacktoberfest
Styles
Official repository for Citation Style Language (CSL) citation styles.
Stars: ✭ 2,458 (+1154.08%)
Mutual labels:  hacktoberfest
Social Platform Donut Frontend
This is an Open Source social Platform where people can interact with Open Source expertise around the globe and work on different projects
Stars: ✭ 195 (-0.51%)
Mutual labels:  hacktoberfest
Offline Qr Code
📱 Browser add-on allowing you to quickly generate a QR code offline with the URL of the open tab or other text!
Stars: ✭ 193 (-1.53%)
Mutual labels:  hacktoberfest
Drone Cache
A Drone plugin for caching current workspace files between builds to reduce your build times
Stars: ✭ 194 (-1.02%)
Mutual labels:  hacktoberfest

Build Status Bot Builder Community NuGet

Latest release: v4.11.0 (02/17/2021) - Release Notes

Bot Builder Community - .NET Extensions

This repository is part of the Bot Builder Community Project and contains Extensions for the Bot Builder .NET SDK, including adapters, middleware, dialogs, helpers and more. Other repos within the Bot Builder Community Project exist for extensions for JavaScript, Python and tools - you can find our other repos under our GitHub organisation for the project.

To see a list of current extensions available for the Bot Builder .NET SDK, use the links below to jump to a section.

Installation

Each extension, such as middleware or recognizers, is available individually from NuGet. See each individual component description for installation details and links.

Contributing and Reporting Issues

We welcome and encourage contributions to this project, in the form of bug fixes, enhancements or new extensions. Please fork the repo and raise a PR if you have something you would like us to review for inclusion. If you want to discuss an idea first then the best way to do this right now is to raise a GitHub issue or reach out to one of us on Twitter.

Adapters

The following adapters can be used to expose your bot on additional channels not supported by the Azure Bot Service, such as Alexa.

Name Description Sample? NuGet
Azure Communication Services SMS Adapter An adapter to integrate with Azure Communication Services to send / reveive SMS messages, including receiving delivery reports. Sample NuGet version
Alexa Adapter An adapter to allow for Alexa Skills to be built using the Bot Builder SDK. Includes broad support for Alexa Skills capabilities, including devices with displays (Show / Spot), Alexa Cards, access to user profile data and the ability to send Progressive Responses. Sample NuGet version
Google Actions SDK (latest) Adapter An adapter to allow for Google Actions to be built using the Bot Builder SDK via the latest Actions SDK (note: DialogFlow and legacy Actions SDK projects should use this alternate adapter. Includes broad support for Google Actions capabilities, including Cards and suggestion chips Sample NuGet version
Google DialogFlow and legacy Actions SDK Adapter This adapter supports integration with DialogFlow and legacy Actions SDK projects with the Bot Builder SDK. Includes broad support for Google Actions capabilities, including Cards and suggestion chips Sample NuGet version
Twitter Adapter An adapter that integrates Twitter Direct Messages with the Bot Builder. The adapter sets up the required webhooks and responds to CRC requests. The webhooks code is based on the work by Tweety with modifications to support the Premium tier of the Account Activity API. Sample NuGet version
RingCentral Adapter An adapter that integrates the RingCentral Platform API with the Bot Builder. The adapter sets up the required webhooks and endpoints to RingCentral requests. Supporting features such as human handoff, activity publishing and WhatsApp support. Sample NuGet version
Zoom Adapter 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 NuGet version
Infobip WhatsApp Adapter An adapter that accepts and hanldes WhatsApp app requests via Infobip, including support for various messages and template types. NuGet version
Infobip SMS Adapter An adapter that accepts and hanldes SMS requests via Infobip, including support for various messages. NuGet version
Infobip Viber Adapter An adapter that accepts and hanldes Viber requests via Infobip, including support for various messages. NuGet version
MessageBird WhatsApp Adapter An adapter that accepts and handles WhatsApp app requests via MessageBird, including support for various message types. Sample NuGet version

Dialogs and Prompts

The following dialogs are currently available;

Name Description Sample NuGet
Bot Builder v4 Location Dialog An implemention for v4 of the Bot Build .NET SDK of the Microsoft.Bot.Builder.Location dialog project built for Bot Builder v3. An open-source location picker control for Microsoft Bot Framework powered by Azure or Bing Maps REST services. This control will allow a user to search for a location, with the ability to specify required fields and also store locations as favorites for the user. Sample NuGet version
Bot Builder ChoiceFlow This dialog allows you to provide the user with a series of guides choice prompts in turn (defined in a JSON file or as a collection of ChoiceFlowItem objects), similar to when calling a telephone line with a series of automated options. The dialog returns the user's last choice as a result from the dialog and optionally provide the user with a simple text response depending on which choice they land on. Sample NuGet version
Bot Builder v4 FormFlow An implemention for v4 of the Bot Build .NET SDK of the Microsoft.Bot.Builder.FormFlow dialog project built for Bot Builder v3. FormFlow automatically generates the dialogs that are necessary to manage a guided conversation, based upon guidelines you specify. Sample NuGet version
Bot Builder v4 Prompts A collection of Prompts for use with Bot Builder v4, providing the ability to prompt using Adaptive Cards and for recognizing currencies, age, distances and temperature. NuGet version
Bot Builder v4 Luis Dialog An implementation for v4 of the Bot Builder .NET SDK of the Microsoft.Bot.Builder.Dialogs.LuisDialog built for Bot Builder V3 A dialog specialized to handle intents and entities from LUIS. Sample NuGet version
Adaptive Dialogs - REST Adaptive package containing additional actions to make calling REST endpoints easier when using Adaptive dialogs NuGet version

Cards

Packages that assist in building bots using Adaptive Cards and Bot Framework Cards;

Name Description Sample? NuGet
Cards Library 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
Adaptive Card Prompt 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

Middleware

The following pieces of middleware are currently available;

Name Description Sample? NuGet
Handle Activity Type Middleware Middleware component which allows you to respond to different types of incoming activities, e.g. send a greeting, or even filter out activities you do not care about altogether. NuGet version
BestMatch Middleware A middleware implementation of the popular open source BestMatchDialog for v3 of the SDK. This piece of middleware will allow you to match a message received from a bot user against a list of strings and then carry out an appropriate action. Matching does not have to be exact and you can set the threshold as to how closely the message should match with an item in the list. Sample NuGet version
Azure Active Directory Authentication Middleware This middleware will allow your bot to authenticate with Azure AD. It was created to support integration with Microsoft Graph but it will work with any application that uses the OAuth 2.0 authorization code flow. NuGet version
Sentiment Analysis Middleware This middleware uses Cognitive Services Sentiment Analysis to identify the sentiment of each inbound message and make it available for your bot or other middleware component. Sample NuGet version
Spell Check Middleware This middleware uses Cognitive Services Check to automatically correct inbound message text NuGet version

Recognizers

The following recognizers are currently available;

Name Description NuGet
Fuzzy Matching Recognizer A recognizer that allows you to use fuzzy matching to compare strings. Useful in situations such as when a user make a spelling mistake etc. When the recognizer is used a list of matches, along with confidence scores, are returned. NuGet version

Storage

The following Storage implementations are currently available;

Name Description NuGet
Elasticsearch storage Elasticsearch based storage for bots created using Microsoft Bot Builder SDK. NuGet version
EntityFramework storage EntityFramework based storage and transcript store for bots created using Microsoft Bot Builder SDK. NuGet version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].