洞察企业如何通过FinClip提升跨平台小程序加载效率,适应多样化市场需求
725
2022-10-26
Microsoft Bot Framework 应用程序的对话机器人的创建和管理
Microsoft Bot Framework Composer
Overview
Bot Framework Composer is an open-source, visual authoring canvas for developers and multi-disciplinary teams to design and build conversational experiences with Language Understanding and QnA Maker, and a sophisticated composition of bot replies (Language Generation). Within this tool, you'll have everything you need to build a sophisticated conversational experience.
A visual editing canvas for conversation flowsIn context editing for language understanding (NLU)Tools to train, test and manage language understanding (NLU) and QnA componentsLanguage generation and templating systemA ready-to-use bot runtime executable
The Bot Framework Composer is an open source tool based on the Bot Framework SDK. It is available as a desktop application as well as a web-based component
Get Started
Download Composer for Windows, Mac and Linux.To learn about the Bot Framework Composer, read the documentation.To get yourself familiar with the Composer, read Introduction to Bot Framework Composer.Create your first bot!To find the most recent release and learn what has changed in Bot Framework Composer, see the latest release.
Build Composer Locally
To build and run the Composer project locally as a web application, clone the source code from Github and build the application using the instructions below.
$ git clone https://github.com/microsoft/BotFramework-Composer.git$ cd BotFramework-Composer$ cd Composer // switch to Composer folder$ yarn install // install dependencies$ yarn build // build extensions and libs$ yarn startall // start client and server at the same time
Extend Composer with Plugins
Many aspects of Composer's functionality can be customized and extended through plugins. Features such as authentication, storage, publishing and even the samples and templates available on the homescreen can be customized by creating new plugins.
Read more about building Composer plugins →
Support and Feedback
Ask a question on Stack OverflowRequest a new featureFile an issue
Related project
The Bot Framework Composer is part of the Bot Framework platform:
Bot Framework SDKBot Framework Emulator
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.
Issues and feature requests
Please file issues and feature requests here.
Also, see current known issues for high impact bugs you may experience.
Submitting pull requests
If you'd like to contribute pull requests to Composer, see the contributing guide for helpful information on our development workflow.
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.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~