https://github.com/jomit/botworkshop
Industry Bot Hackfest Material
https://github.com/jomit/botworkshop
azure-bot-service luis
Last synced: about 1 month ago
JSON representation
Industry Bot Hackfest Material
- Host: GitHub
- URL: https://github.com/jomit/botworkshop
- Owner: jomit
- Created: 2018-10-03T19:03:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:51:17.000Z (over 2 years ago)
- Last Synced: 2025-01-21T10:07:51.184Z (3 months ago)
- Topics: azure-bot-service, luis
- Language: C#
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure Bot Service - Industry Hackfest

### Prerequisites
- Active [Azure Subscription](https://azure.microsoft.com/en-us/free/)
- [Visual Studio Code](https://www.visualstudio.com/downloads)
- [Node.js (8.12)](https://nodejs.org/)
- [Bot Framework Emulator](https://github.com/Microsoft/BotFramework-Emulator)### Excercises/Labs
- [1 - Setup Azure Bot Service](https://github.com/jomit/BotWorkshop/blob/master/1-SetupAzureBotService.md)
- [2 - Update LUIS Model](https://github.com/jomit/BotWorkshop/blob/master/2-UpdateLUISModel.md)
- [3 - Integrate LUIS Model with Bot](https://github.com/jomit/BotWorkshop/blob/master/3-IntegrateLUISModel.md)
- [4 - Integrate with External Systems](https://github.com/jomit/BotWorkshop/blob/master/4-IntegratewithExternalSystems.md)
- [5 - Add Bot Channels](https://github.com/jomit/BotWorkshop/blob/master/5-AddBotChannels.md)
### Additional Resources
- Documentation
- [Principles of Bot Design](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-design-principles?view=azure-bot-service-4.0)
- [Understanding How bots work](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-basics?view=azure-bot-service-4.0&tabs=cs)- Samples & Tools
- [Bot Builder Samples](https://github.com/Microsoft/BotBuilder-Samples/blob/master/readme.md)
- [Bot Builder Tools](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tools?view=azure-bot-service-4.0)- Adaptive Cards
- [Adding Media to Bot Messages](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-add-media-attachments?view=azure-bot-service-4.0&tabs=javascript)
- [Adaptive Cards Documentation](https://docs.microsoft.com/en-us/adaptive-cards/getting-started/bots)
- [Adaptive Card Schema Explorer](https://adaptivecards.io/explorer/)- Videos
- [Ignite 2018 - Creating enterprise-scale intelligent agents and bots](https://www.youtube.com/watch?v=vpvnqza_OuY)