Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
Перейти к файлу
Gabo Gilabert f94377b545
Updates DialogManager to work with skills (#3709)
* Updated DialogManager to handle skill requests (in adition to parent bot requests).
Added unit tests.
Added end to end Parent->Skill sample with DialogManager for testing.
* Fixed typos, unused namespaces and removed redundant default.
* Added check for active dialog in reprompt and unit test for it.
2020-04-13 16:21:11 -04:00
.github Disable the Stale Actions Action as it's causing too many issues to be closed. (#3412) 2020-02-19 14:44:32 -08:00
.vscode
FunctionalTests Updates DialogManager to work with skills (#3709) 2020-04-13 16:21:11 -04:00
build Get AzureDeploymentPassword from new key vault. (#3662) 2020-04-01 17:16:10 -07:00
doc [Doc] Add Build Process Documentation (#3378) 2020-02-18 16:28:27 -08:00
libraries Updates DialogManager to work with skills (#3709) 2020-04-13 16:21:11 -04:00
recognizers-text/Utterance Changes
schemas Merge with master. 2020-04-01 16:45:26 -07:00
specs
tests Updates DialogManager to work with skills (#3709) 2020-04-13 16:21:11 -04:00
vs-old Update generated tests to use ${} and latest naming (#3455) 2020-02-27 16:58:32 -08:00
.editorconfig QnAMakerRecognizer (new InputRecognizer model) (#3174) 2019-12-22 10:17:09 -08:00
.gitattributes
.gitignore RegExRecognizer refactor and fix for Capture groups (#3196) 2020-01-07 09:17:51 -08:00
BotBuilder-DotNet.ruleset Updated interfaces documentation and excluded UriParametersShouldNotBeStrings from the ruleset per john's request. 2019-11-21 14:06:18 -05:00
Changes.md change to start <= line <= end (#3078) 2019-12-19 18:33:14 -08:00
CodeCoverage.runsettings API naming for Expression (#3471) 2020-03-04 11:59:50 +08:00
Directory.Build.props RegExRecognizer refactor and fix for Capture groups (#3196) 2020-01-07 09:17:51 -08:00
LICENSE
Microsoft.Bot.Builder.Skills.sln Updates DialogManager to work with skills (#3709) 2020-04-13 16:21:11 -04:00
Microsoft.Bot.Builder.sln Add support for SSO to parent and child bot projects for manual testing (#3489) 2020-03-06 18:59:08 -08:00
README.md Update version reference from 4.8 to 4.9 2020-03-09 14:46:52 -07:00
UsingMyGet.md emit Error event and handle with OnError (#3073) 2019-12-13 16:58:00 -08:00
_config.yml
baseComponent.schema Update base component schema 2020-02-28 16:19:24 -08:00
bot.png
bot_icon.png
component.schema Update base component schema 2020-02-28 16:19:24 -08:00
installbf.cmd

README.md

Bot Framework for dotnet

Click here to find out what's new with Bot Framework

Bot Framework SDK v4 for .NET

This repository contains code for the .NET version of the Microsoft Bot Framework SDK. The Bot Framework SDK v4 enable developers to model conversation and build sophisticated bot applications using .NET.

This repo is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.

Branch Description Build Status Coverage Status Windows Bot Test Status Linux Bot Test Status
Master 4.9.* Preview Builds Build Status Coverage Status Tests status Tests status

License Gitter

StackExchange

In addition to the .NET SDK, Bot Builder supports creating bots in other popular programming languages like JavaScript, Python (Preview), and Java (Preview).

To get started see the Azure Bot Service Documentation for the v4 SDK.

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

Packages

Name Released Package Daily Build
Microsoft.Bot.Builder BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.AI.LUIS BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.AI.QnA BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Azure BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Dialogs BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.TemplateManager BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Integration.ApplicationInsights.Core BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Integration.ApplicationInsights.WebApi BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Configuration BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Connector BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Schema BotBuilder Badge BotBuilder Badge

To use the daily builds, which are published to MyGet, please follow the instructions here.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. 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.