Home

Awesome

Bot Framework for dotnet

What's new with Bot Framework

This repository contains code for the .NET version of the Microsoft Bot Framework SDK, which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.

This SDK enables developers to model conversation and build sophisticated bot applications using .NET. SDKs for JavaScript, Python and Java (preview) are also available.

To get started building bots using the SDK, see the Azure Bot Service Documentation.

For more information jump to a section below.

Build Status

BranchDescriptionBuild StatusCoverage StatusWindows Bot Test StatusLinux Bot Test Status
Main4.19.* Preview BuildsBuild StatusCoverage StatusTests StatusTests Status

Packages

NameReleased PackageDaily Build
Microsoft.Bot.BuilderBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Adapters.FacebookBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Adapters.SlackBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Adapters.TwilioBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Adapters.WebexBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.AI.LUISBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.AI.OrchestratorBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.AI.QnABotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.ApplicationInsightsBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.AzureBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Azure.BlobsBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Azure.QueuesBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.DialogsBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Dialogs.AdaptiveBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Dialogs.Adaptive.RuntimeBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Dialogs.Adaptive.TestingBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Dialogs.DebuggingBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Dialogs.DeclarativeBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Integration.ApplicationInsights.CoreBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Integration.ApplicationInsights.WebApiBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Integration.AspNet.CoreBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Integration.AspNet.WebApiBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.LanguageGenerationBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.Parsers.LUBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.TemplateManagerBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.Builder.TestingBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.ConfigurationBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.ConnectorBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.SchemaBotBuilder BadgeBotBuilder Badge
Microsoft.Bot.StreamingBotBuilder BadgeBotBuilder Badge

Daily Feeds

The daily feeds are published to Azure Artifacts and MyGet.

Dependency Graph

To view our libraries' interdependencies, you can refer to the dependency graph for our libraries.

Getting Started

To get started building bots using the SDK, see the Azure Bot Service Documentation.

The Bot Framework Samples includes a rich set of samples repository.

If you want to debug an issue, would like to contribute, or understand how the Bot Builder SDK works, instructions for building and testing the SDK are below.

Prerequisites

Clone

Clone a copy of the repo:

git clone https://github.com/Microsoft/botbuilder-dotnet.git

Change to the SDK's directory:

cd botbuilder-dotnet

Build and test locally

Open Microsoft.Bot.Builder.sln in Visual Studio. On the menu bar, choose Build > Build Solution.

When the solution is built, local NuGet package files (.nupkg) are generated for each project and are available under the outputPackages directory. You can add this folder to your NuGet Package Manager source list in Visual Studio (choose Tools > NuGet Package Manager > Package Manager Settings from the Visual Studio menu and add an additional Package Sources from there), allowing you to consume these in your local projects.

Getting support and providing feedback

Below are the various channels that are available to you for obtaining support and providing feedback. Please pay carful attention to which channel should be used for which type of content. e.g. general "how do I..." questions should be asked on Stack Overflow, Twitter or Gitter, with GitHub issues being for feature requests and bug reports.

Github issues

Github issues should be used for bugs and feature requests.

Stack overflow

Stack Overflow is a great place for getting high-quality answers. Our support team, as well as many of our community members are already on Stack Overflow providing answers to 'how-to' questions.

Azure Support

If you issues relates to Azure Bot Service, you can take advantage of the available Azure support options.

Twitter

We use the @msbotframework account on twitter for announcements and members from the development team watch for tweets for @msbotframework.

Gitter Chat Room

The Gitter Channel provides a place where the Community can get together and collaborate.

Contributing and our code of conduct

We welcome contributions and suggestions. Please see our contributing guidelines for more information.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.