The talk is about how to add intelligence to the bot using Language Understanding Service (LUIS), Microsoft Bot Framework - NodeJS and Azure Services.
https://github.com/ksivamuthu/boost-bots-iq
- Introduction - Components of the chat-bot framework
- Bot Builder SDK for NodeJS - Closer look on the Microsoft's Bot Builder SDK for NodeJS by walking through Dialogs, Actions and State Data management
- Designing conversational flow - Managing conversation flow is an essential task in building bots. How a bot is able to perform core tasks elegantly and handle interruptions gracefully.
- Add Intelligence to Bot - How to train LUIS models and add intelligence to Bot
- Demo - Chatbot that demonstrates the conversational flow and LUIS Language processing.