All Projects → CXuesong → BotBuilder.Standard

CXuesong / BotBuilder.Standard

Licence: MIT license
An unofficial CoreCLR targeted .NET Standard ported version of BotBuilder.

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to BotBuilder.Standard

Botframework Sdk
Bot Framework provides the most comprehensive experience for building conversation applications.
Stars: ✭ 6,673 (+30231.82%)
Mutual labels:  bot-framework, microsoft-bot-framework, bot-builder
flow-bot
Framework to make bots based on Microsoft Bot Framework.
Stars: ✭ 14 (-36.36%)
Mutual labels:  bot-framework, microsoft-bot-framework, bot-builder
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+43018.18%)
Mutual labels:  bot-framework, microsoft-bot-framework, bot-builder
bot-message-routing
Message routing component for chatbots built with Microsoft Bot Framework C# SDK.
Stars: ✭ 53 (+140.91%)
Mutual labels:  bot-framework, microsoft-bot-framework
Botframework Emulator
A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
Stars: ✭ 1,532 (+6863.64%)
Mutual labels:  microsoft-bot-framework, bot-builder
MyBot
🧠 Create chatbots easily with Bot Framework! 🤖
Stars: ✭ 30 (+36.36%)
Mutual labels:  bot-framework, bot-builder
hands-on-bots-node
Repositório responsável pelas vídeo aulas inerentes a nova série do canal: Hands on
Stars: ✭ 32 (+45.45%)
Mutual labels:  bot-framework, microsoft-bot-framework
msbotbuilder-go
Microsoft Bot Framework SDK for Go
Stars: ✭ 113 (+413.64%)
Mutual labels:  bot-framework, microsoft-bot-framework
nodejs-bot-platform
Node.js bot and personal assistants platform. Boilerplate, start point, tools, best practices for building bots and personal assistants.
Stars: ✭ 56 (+154.55%)
Mutual labels:  bot-framework, bot-builder
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+12918.18%)
Mutual labels:  bot-framework
Wisty.js
🧚‍♀️ Chatbot library turning conversations into actions, locally, in the browser.
Stars: ✭ 24 (+9.09%)
Mutual labels:  bot-framework
Serverless Slack App
A Serverless.js Slack App Boilerplate with OAuth and Bot actions
Stars: ✭ 217 (+886.36%)
Mutual labels:  bot-framework
Generator Teams
A Yeoman Generator for Microsoft Teams
Stars: ✭ 246 (+1018.18%)
Mutual labels:  bot-framework
CodeConversations
Code Conversations was a Demo is Scott Hanselman's keynote at Microsoft BUILD 2020. Code Conversations was designed with one goal in mind - to see if we could bring the power of .NET Interactive into Microsoft Teams, to create a way for people to have collaborative conversations about small bits of code.
Stars: ✭ 109 (+395.45%)
Mutual labels:  microsoft-bot-framework
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (+913.64%)
Mutual labels:  bot-framework
btrccts
BackTest and Run CryptoCurrency Trading Strategies
Stars: ✭ 100 (+354.55%)
Mutual labels:  bot-framework
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (+10363.64%)
Mutual labels:  bot-framework
Bas
BrowserAutomationStudio can automate everything that Chrome can.
Stars: ✭ 203 (+822.73%)
Mutual labels:  bot-framework
Nutgram
The Telegram bot framework that doesn't drive you nuts.
Stars: ✭ 206 (+836.36%)
Mutual labels:  bot-framework
botframework-components
The repository for components built by Microsoft for the Azure Bot Framework.
Stars: ✭ 90 (+309.09%)
Mutual labels:  bot-framework

Bot Builder SDK

The Microsoft Bot Framework provides just what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.

The Microsoft Bot Builder SDK is one of three main components of the Microsoft Bot Framework. It is a powerful, easy-to-use framework that provides a familiar way for .NET and Node.js developers to develop bots. The Bot Builder SDK provides features that make interactions between bots and users much simpler. Bot Builder also includes an emulator for debugging your bots, as well as a large set of sample bots you can use as building blocks.

Bot Framework

Think of a bot as an app that users interact with in a conversational way. Bots can communicate conversationally with text, cards , or speech. A bot may be as simple as basic pattern matching with a response, or it may be a sophisticated weaving of artificial intelligence techniques with complex conversational state tracking and integration to existing business services.

The Bot Framework enables you to build bots that support different types of interactions with users. You can design conversations in your bot to be freeform. Your bot can also have more guided interactions where it provides the user choices or actions. The conversation can use simple text strings or more complex rich cards that contain text, images, and action buttons. And you can add natural language interactions, which let your users interact with your bots in a natural and expressive way.

Developers writing bots all face the same problems: bots require basic I/O, they must have language and dialog skills, and they must connect to users, preferably in any conversation experience and language the user chooses. The Bot Framework provides powerful tools and features to help solve these problems and more with features like automatic translation to more than 30 languages, user and conversation state management, debugging tools, an embeddable web chat control and a way for users to discover, try, and add bots to the conversation experiences they love.

Review the documentation to get started with the Bot Builder SDK!

Get started quickly with our samples:

Join the conversation on Gitter.

See all the support options here.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

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].