All Projects → microsoft → botframework-components

microsoft / botframework-components

Licence: MIT license
The repository for components built by Microsoft for the Azure Bot Framework.

Programming Languages

C#
18002 projects
powershell
5483 projects
HTML
75241 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to botframework-components

Botframework Solutions
Welcome to the Bot Framework Solutions repository which is the home for a set of templates and solutions to help build advanced conversational experiences using Azure Bot Service and Bot Framework. Microsoft Bot Framework is a comprehensive framework for building enterprise-grade conversational AI experiences.
Stars: ✭ 965 (+972.22%)
Mutual labels:  skills, bot-framework
bkit
build a messenger bot using HTML
Stars: ✭ 36 (-60%)
Mutual labels:  bot-framework
Warriorjs
🏰 An exciting game of programming and Artificial Intelligence
Stars: ✭ 8,673 (+9536.67%)
Mutual labels:  skills
Learn
A social network of lifelong learners built around humanity's universal learning map.
Stars: ✭ 224 (+148.89%)
Mutual labels:  skills
Java Skills
♨️ In this repository, you can get many Java skills.
Stars: ✭ 102 (+13.33%)
Mutual labels:  skills
awesome-libraries
😎 Libraries that are being shown in Sourcerer profiles.
Stars: ✭ 131 (+45.56%)
Mutual labels:  skills
Devradar
Competence Management for developers
Stars: ✭ 56 (-37.78%)
Mutual labels:  skills
Wisty.js
🧚‍♀️ Chatbot library turning conversations into actions, locally, in the browser.
Stars: ✭ 24 (-73.33%)
Mutual labels:  bot-framework
Blankly
🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
Stars: ✭ 1,456 (+1517.78%)
Mutual labels:  bot-framework
Alexaskillskit.net
.NET library that simplifies Alexa skills development; same object model as Amazon's AlexaSkillsKit for Java
Stars: ✭ 210 (+133.33%)
Mutual labels:  skills
Linkedin Skill Assessments Quizzes
Full reference of LinkedIn answers 2021 for skill assessments, LinkedIn test, questions and answers (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test
Stars: ✭ 7,014 (+7693.33%)
Mutual labels:  skills
Studygrouplessons
One-hour introductory lessons on ideas and tools in coding and data wrangling for research.
Stars: ✭ 109 (+21.11%)
Mutual labels:  skills
awesome-mentoring
A curated list of useful articles, books, videos and resources in order to excel as a great mentor.
Stars: ✭ 36 (-60%)
Mutual labels:  skills
Portfolio Template
An Open-Sourced Template for developers to show-off there skills. Made with ReactJS
Stars: ✭ 52 (-42.22%)
Mutual labels:  skills
nestjs-telegraf
🤖 Powerful Nest module for easy and fast creation Telegram bots
Stars: ✭ 300 (+233.33%)
Mutual labels:  bot-framework
Cv
🎓 Best in Class modern CV, Resume and Portfolio website template. All-in-One-Page site with simply customizable builder.
Stars: ✭ 232 (+157.78%)
Mutual labels:  skills
Rpg Core
UNITY engine RPG framework
Stars: ✭ 146 (+62.22%)
Mutual labels:  skills
msbotbuilder-go
Microsoft Bot Framework SDK for Go
Stars: ✭ 113 (+25.56%)
Mutual labels:  bot-framework
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (-78.89%)
Mutual labels:  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 (-37.78%)
Mutual labels:  bot-framework

Bot Framework Components

This repository contains components published by Microsoft for bots built on the Azure Bot Framework technology stack. They are part of the component model for building bots with re-usable building blocks. The model is built on a configurable adaptive runtime, that can be extended by adding your own code, importing packages of functionality or connecting to other bots as skills. Getting started templates provide dynamic code scaffolding, helping users get started quickly based on their scenario.

Using Components

You'll primarily use components through Bot Framework Composer - our visual bot authoring canvas for developers. From Composer you can add and remove packages from your bot, and the creation process creates bots built from the templates here.

Creating your own components

You can also create your own packages and templates for use from Composer. We document creating components here. You can also check out our samples.

Index of Content

Templates

Templates are pre-built bot projects designed for specific scenarios. We use yeoman generators for scaffolding our templates.

Name npm Description
Empty Bot npm version A simple bot with a root dialog and greeting dialog.
Core Bot with Azure Language Understanding npm version A simple bot with Azure Language Understanding (LUIS) and common trigger phrases used to direct the conversation flow.
Core Assistant Bot npm version A bot with Azure Language Understanding (LUIS) and common trigger phrases used to direct the conversation flow and help customers accomplish basic tasks. Designed to be extended with skills.
Enterprise Assistant Bot npm version A Core Assistant Bot with Calendar & People as skills.
Enterprise Calendar Bot npm version A bot with the ability to interact with M365 Calendar using Microsoft Graph.
Enterprise People Bot npm version A bot with the ability to search for people within Azure Active Directory using Microsoft Graph.
Adaptive Bot Generator npm version Used by other generators to scaffold web app or functions project.

Packages

Packages are bits of bots that you can add to your bot project. They can contain coded extensions like custom actions, adapters, or triggers, and declarative assets like dialogs, language generation or language understanding files.

Name Type NuGet npm Description
Welcome Dialogs NuGet Badge npm version Declarative assets supporting scenarios that welcome new and returning users.
HelpAndCancel Dialogs NuGet Badge npm version Declarative assets supporting scenarios for "help" and "cancel" utterances.
Graph Custom Actions NuGet Badge Custom actions for working with calendars and people through the MS Graph API.
Teams Triggers Actions NuGet Badge Triggers and actions for working with Microsoft Teams.

Virtual Assistant skills (Legacy)

Skills built to work with the Virtual Assistant template. You can find the list of Virtual Assistant skills here.

Need Help?

Please use this GitHub repository issue to raise any issues you encounter consuming these components, or feature requests you'd like to see added.

Contributing

We welcome contributions to this repository! Please see our wiki for details on how to contribute.

If you'd like to contribute a completely new package or template, please use our community repo and we can help publish them for you, or feel free to blaze your own trail and publish them independently.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [email protected]. 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.

License

MIT License

Copyright (c) Microsoft Corporation.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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