botbuilder-dotnet

授权协议 MIT License
开发语言 Python
所属分类 应用工具、 IM/聊天/语音工具
软件类型 开源软件
地区 不详
投 递 者 祁渊
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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

Branch Description Build Status Coverage Status Windows Bot Test Status Linux Bot Test Status
Main 4.15.* Preview Builds

Packages

Name Released Package Daily Build
Microsoft.Bot.Builder BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Adapters.Facebook BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Adapters.Slack BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Adapters.Twilio BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Adapters.Webex BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.AI.LUIS BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.AI.Orchestrator BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.AI.QnA BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.ApplicationInsights BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Azure BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Azure.Blobs BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Azure.Queues BotBuilder Badge
Microsoft.Bot.Builder.Dialogs BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Dialogs.Adaptive BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Dialogs.Adaptive.Runtime BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Dialogs.Adaptive.Testing BotBuilder Badge
Microsoft.Bot.Builder.Dialogs.Debugging BotBuilder Badge
Microsoft.Bot.Builder.Dialogs.Declarative 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.Builder.Integration.AspNet.Core BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Integration.AspNet.WebApi BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.LanguageGeneration BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Parsers.LU BotBuilder Badge
Microsoft.Bot.Builder.TemplateManager BotBuilder Badge BotBuilder Badge
Microsoft.Bot.Builder.Testing 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
Microsoft.Bot.Streaming BotBuilder Badge BotBuilder Badge

Daily Feeds

The daily feeds are published to Azure Artifacts and MyGet.

  • The Azure Artifacts daily feed is our preferred method to obtain the most recent Bot Framework NuGet packages. To use the daily builds published to Azure Artifacts, use:https://pkgs.dev.azure.com/ConversationalAI/BotFramework/_packaging/SDK/nuget/v3/index.json

  • For detailed instructions to consume the daily builds in Azure Artifacts visit this page.

  • To use the daily builds published to MyGet, please follow the instructions here. NOTE: The MyGet feed will be depecrated soon. Please use the Azure Artifacts daily feed instead.

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 contactopencode@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 somereason 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 theSecurity TechCenter.

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.

 相关资料
  • TLDR:我如何使用从后台发送的数据初始化我的对话,并在与用户的整个对话中使用这些信息? 使用Microsoft botbuilder,提供了一种“反向通道”机制,我可以通过它向bot发送数据,也可以从bot发送数据。 与此答案类似,我正在使用backchannel方法向bot发送conversationStarted事件,以便按照您的预期启动对话。 收到事件后,我启动一个对话框,向用户发送主动消

  • npm模块中的问题 https://www.npmjs.com/package/botbuilder-viber 平台 操作系统: Ubuntu 节点版本:9.3。0 NPM版本:5.5.1。 密码 预期行为 没有错误 实际行为 从viber机器人发送消息时出错(每次重复两次)。 TypeError[ERR_INVALID_ARG_TYPE]:“data”参数必须是Hmac的string、Type

  • 问题内容: 我正在使用dotnet测试对dotnet核心库进行单元测试。我像这样在我的詹金斯奴隶上进行测试。 测试报告如下所示。 我在詹金斯(Jenkins)工作DSL中使用一个块来尝试阅读报告。 詹金斯似乎看到了这份报告。 记录测试结果 但这不是解析结果并将其合并到报告中。我在Jenkins构建仪表板上看不到测试报告。 有任何想法吗? 问题答案: 您可以使用以下管道代码来运行和发布dotnet核

  • 问题内容: 我正在尝试使用Windows上的SOnarQube MsBuild在Jenkins的.NET Core 2.0解决方案上启动Sonarqube。 当我从Jenkins工作区执行以下脚本时,它工作正常: 但是,当我从詹金斯执行相同的命令时,我得到了以下消息: SonarQube MSBuild集成失败:SonarQube无法收集有关您的项目的必需信息。可能的原因: 该项目尚未构建-必须在

  • 问题内容: 嗨,我正在使用代码,您能否让我知道为什么签名验证无效? Java签署者将 BouncyCastleProvider 与 SHA1withRSA 结合 使用,这是dotnet验证代码…。 用于签署签名数据的Java代码: 这是C#中用于签名和验证的代码: 问题答案: 这里有几个问题。 您正在对签名进行Base64解码,但不是Base64编码,而是十六进制编码。 第二个问题是方法中的(这是

  • 问题内容: 我在DotNetNuke的项目中使用了twitter bootstrap。我使用HTML,CSS,引导程序进行了设计和布局。当我在不同的移动设备上进行测试时,即使我调整浏览器窗口的大小,响应式设计也能正常工作。 由于运行良好,我将设计转换为DotNetNuke Skin。现在,仅当我调整浏览器窗口的大小而不是在移动设备上时,自适应设计才能正常工作。我了解DNN加载样式表的流程,并且已经