SlideShare a Scribd company logo
Intro to Bot Framework
Shahed Chowdhuri
Sr. Technical Evangelist @ Microsoft
@shahedC
WakeUpAndCode.com
Build and connect intelligent bots
Speaker
Shahed Chowdhuri
Sr. Technical Evangelist @ Microsoft
Technology Areas
‱ Enterprise Web/Software Development
‱ Game Development
‱ Mobile Application Development
‱ Cloud Solutions
Online
‱ LinkedIn: http://linkedin.com/in/shahedc
‱ Meetup: http://www.meetup.com/DC-MS-Devs/
‱ Twitter: http://twitter.com/shahedC
‱ Blog: http://WakeUpAndCode.com
What Are Bots?
MS Bot Framework https://dev.botframework.com
Overview http://docs.botframework.com
Bot Framework:
‱ Builder SDK
‱ Connector
‱ Dev Portal
‱ Directory
What’s New in V3
https://docs.microsoft.com/en-us/bot-framework/resources-upgrade-to-v3
‱ BotBuilder + Connector
= 1 SDK
‱ Message => Activity
‱ ActivityTypes enum
‱ Message properties
‱ Sending replies with
HttpResponseMessage
‱ Starting conversations
with 1 user or group
‱ Options => Cards
‱ Bot State service for
user data
‱ Web.config changes
for ID/Password fields
Building a Bot
Bot Builder SDK for .NET with C#
https://docs.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-quickstart
MessagesController
RootDialog
Visual Studio: File | New | Project
Test Your Bot
Emulator: https://aka.ms/bf-bc-emulator
Direct Download: https://emulator.botframework.com/
Bot Framework Emulator
Application Code
DB Connectivity with Entity Framework
https://blog.botframework.com/2017/07/26/saving-state-sql-dotnet/
DBORMEntities
in Code
Saving State to SQL Azure
https://blog.botframework.com/2017/07/26/saving-state-sql-dotnet/
Deploy to Azure
https://docs.microsoft.com/en-us/bot-framework/deploy-bot-visual-studio
Register Your Bot
https://docs.microsoft.com/en-us/bot-framework/portal-register-bot
Bot Builder SDK for Node.js
https://docs.microsoft.com/en-us/bot-framework/nodejs/bot-builder-nodejs-quickstart
Build a Bot with Node.js
Visual Studio Code
Download: http://code.visualstudio.com/
Test Your Bot
Emulator: https://aka.ms/bf-bc-emulator
Azure Bot Service
https://docs.microsoft.com/en-us/bot-framework/azure/azure-bot-service-quickstart
Connect & Config
Connect to Channels
Channels:
‱ Email
‱ GroupMe
‱ Skype
‱ Slack
‱ SMS
‱ Telegram
‱ Web
‱ etc...
Configure: Direct Line
https://dev.botframework.com/channels/directline/YOUR-BOT-ID
Configure: Web Chat
https://dev.botframework.com/channels/webchat/YOUR-BOT-ID
Configure: SMS (via Twilio)
https://sms.botframework.com/Dev/?botId=YOUR-BOT-ID
Configure: Facebook Messenger
https://facebook.botframework.com/Dev/?botId=YOUR-BOT-ID
FB Developer Settings
https://developers.facebook.com
BotBuilder on GitHub!
https://github.com/Microsoft/botbuilder
Language Understanding Intelligent Service
https://www.luis.ai/ Help: https://www.luis.ai/Help
LUIS: Intents, Entities & Labels
Intents in LUIS
Intent:
Summarizes
the intentions
of an
utterance
Utterances in LUIS
Entities in LUIS
Entity: Data
object that
can be pre-
built or
custom-
defined.
Labels in LUIS
Label:
Marked
segment of
utterance to
associate
terms with
corresponding
entities.
Using LUIS in your Code
Bot Directory
https://bots.botframework.com/
Demo
Game Chat Bot
http://gamechatbot.azurewebsites.net/
MVA: Bots with C#
Link: https://aka.ms/mvabots-cs
MVA: Bots with NodeJS
Link: https://aka.ms/mvabots-js
Daniel Egan’s Bot Workshop
Link: https://github.com/DanielEgan/BotWorkshop
Programming the Microsoft Bot Framework
‱ Author: (MVP) Joe Mayo
‱ Tech Editor: Shahed Chowdhuri
‱ Publisher: Microsoft Press
‱ Coming Soon: Nov 14, 2017
Official Bot Book from Microsoft Press
http://aka.ms/BotBook
Q & A
Email: shchowd@microsoft.com ïŹ Twitter: @shahedC

More Related Content

PPTX
Going Serverless with Azure Functions
Shahed Chowdhuri
 
PPTX
Capture the Cloud with Azure
Shahed Chowdhuri
 
PPTX
Intro to Bot Framework
Shahed Chowdhuri
 
PPTX
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
PPTX
Azure for Hackathons
Shahed Chowdhuri
 
PPTX
Universal Apps for Windows 10
Shahed Chowdhuri
 
PPTX
Capture the Cloud with Azure
Shahed Chowdhuri
 
PPTX
What's New at Microsoft?
Shahed Chowdhuri
 
Going Serverless with Azure Functions
Shahed Chowdhuri
 
Capture the Cloud with Azure
Shahed Chowdhuri
 
Intro to Bot Framework
Shahed Chowdhuri
 
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
Azure for Hackathons
Shahed Chowdhuri
 
Universal Apps for Windows 10
Shahed Chowdhuri
 
Capture the Cloud with Azure
Shahed Chowdhuri
 
What's New at Microsoft?
Shahed Chowdhuri
 

What's hot (20)

PPTX
ASP.NET Core 1.0 Overview: Post-RC2
Shahed Chowdhuri
 
PPTX
How to Win #BestMicrosoftHack with Azure
Shahed Chowdhuri
 
PPTX
Deploy Your Web Site or Web App on Azure
Shahed Chowdhuri
 
PPTX
Web App Security
Shahed Chowdhuri
 
PPTX
Cross-Platform Apps/Games with Azure
Shahed Chowdhuri
 
PPTX
ASP.NET Core 1.0 Overview: Pre-RC2
Shahed Chowdhuri
 
PPTX
Azure: PaaS or IaaS
Shahed Chowdhuri
 
PPTX
Typescript 102 angular and type script
Bob German
 
PPTX
Building productivity solutions with Microsoft Graph
Waldek Mastykarz
 
PPTX
Portable single page applications with AngularJS in SharePoint
Roger Noble
 
PDF
Spsnyc15 azure and sp2013 amit_v
amitvasu
 
PPTX
Activate bots within SharePoint Framework
Kushan Lahiru Perera
 
PPTX
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
Kushan Lahiru Perera
 
PDF
O365Con18 - New Era of Customizing - Olli Jaaskelainen
NCCOMMS
 
PDF
O365Con18 - Security and Compliance - Liz Sundet
NCCOMMS
 
PDF
Microsoft Graph and Azure Functions - SharePoint User Group Frankfurt
Dragan Panjkov
 
PPTX
NextGen Portal for Your Organization
Waldek Mastykarz
 
PDF
Azure mobile services
NicolĂČ Carandini
 
PPTX
Application innovation & Developer Productivity
Kushan Lahiru Perera
 
PPTX
Introduction to AngularJS with the Microsoft Graph
SPC Adriatics
 
ASP.NET Core 1.0 Overview: Post-RC2
Shahed Chowdhuri
 
How to Win #BestMicrosoftHack with Azure
Shahed Chowdhuri
 
Deploy Your Web Site or Web App on Azure
Shahed Chowdhuri
 
Web App Security
Shahed Chowdhuri
 
Cross-Platform Apps/Games with Azure
Shahed Chowdhuri
 
ASP.NET Core 1.0 Overview: Pre-RC2
Shahed Chowdhuri
 
Azure: PaaS or IaaS
Shahed Chowdhuri
 
Typescript 102 angular and type script
Bob German
 
Building productivity solutions with Microsoft Graph
Waldek Mastykarz
 
Portable single page applications with AngularJS in SharePoint
Roger Noble
 
Spsnyc15 azure and sp2013 amit_v
amitvasu
 
Activate bots within SharePoint Framework
Kushan Lahiru Perera
 
SharePoint Framework -The future of SharePoint/ Office 365 developer ecosystem.
Kushan Lahiru Perera
 
O365Con18 - New Era of Customizing - Olli Jaaskelainen
NCCOMMS
 
O365Con18 - Security and Compliance - Liz Sundet
NCCOMMS
 
Microsoft Graph and Azure Functions - SharePoint User Group Frankfurt
Dragan Panjkov
 
NextGen Portal for Your Organization
Waldek Mastykarz
 
Azure mobile services
NicolĂČ Carandini
 
Application innovation & Developer Productivity
Kushan Lahiru Perera
 
Introduction to AngularJS with the Microsoft Graph
SPC Adriatics
 
Ad

Similar to Intro to Bot Framework v3 with DB (20)

PPTX
Intro to Bot Framework v3
Shahed Chowdhuri
 
PPTX
Tokyo azure meetup #8 - Introduction to the microsoft bot framework
Kanio Dimitrov
 
PPT
Building a bot with an intent
Abhishek Sur
 
PPTX
An introduction to Microsoft Bot Framework
Taswar Bhatti
 
PPTX
Chatbot development with Microsoft Bot Framework
Md. Mahedee Hasan
 
PPTX
Developing intelligent bots from the beginning
Suthahar J
 
PPTX
Build intelligent chatbot with bot framework
Puja Pramudya
 
PPTX
Getting Started with Microsoft Bot Framework
Akshay Deshmukh
 
PPTX
Building a bot for your website
David J. Rodriguez Hernandez
 
PPTX
Introduction to BOT Framework- Global Azure Bootcamp 2017
Jalpesh Vadgama
 
PPTX
Chatbot development with Microsoft Bot Framework and LUIS
Md. Mahedee Hasan
 
PPTX
Help et phone home, building bots with Microsoft Bot Framework 4.
Willem Meints
 
PDF
Build a great conversationalist using Azure Bot Service 2018
Radoslav Gatev
 
PPTX
Introduction to Microsoft Bot Framework
Sam Fernando
 
PPTX
Build an Intelligent Bot
Sorin Peste
 
PPTX
Chatbots - A CMD for Humans (Ort Braude 2018)
Moaid Hathot
 
PDF
Bot design AIsatPN 2018
Jessica Tibaldi
 
PPTX
SharePoint Fest DC 2019 - Bot Framework and Microsoft Graph - Join The Revolu...
Sébastien Levert
 
PPTX
Automate Comunication with MS Bot Framework
Stamo Petkov
 
PDF
Chatbots DDD North2016
Galiya Warrier
 
Intro to Bot Framework v3
Shahed Chowdhuri
 
Tokyo azure meetup #8 - Introduction to the microsoft bot framework
Kanio Dimitrov
 
Building a bot with an intent
Abhishek Sur
 
An introduction to Microsoft Bot Framework
Taswar Bhatti
 
Chatbot development with Microsoft Bot Framework
Md. Mahedee Hasan
 
Developing intelligent bots from the beginning
Suthahar J
 
Build intelligent chatbot with bot framework
Puja Pramudya
 
Getting Started with Microsoft Bot Framework
Akshay Deshmukh
 
Building a bot for your website
David J. Rodriguez Hernandez
 
Introduction to BOT Framework- Global Azure Bootcamp 2017
Jalpesh Vadgama
 
Chatbot development with Microsoft Bot Framework and LUIS
Md. Mahedee Hasan
 
Help et phone home, building bots with Microsoft Bot Framework 4.
Willem Meints
 
Build a great conversationalist using Azure Bot Service 2018
Radoslav Gatev
 
Introduction to Microsoft Bot Framework
Sam Fernando
 
Build an Intelligent Bot
Sorin Peste
 
Chatbots - A CMD for Humans (Ort Braude 2018)
Moaid Hathot
 
Bot design AIsatPN 2018
Jessica Tibaldi
 
SharePoint Fest DC 2019 - Bot Framework and Microsoft Graph - Join The Revolu...
Sébastien Levert
 
Automate Comunication with MS Bot Framework
Stamo Petkov
 
Chatbots DDD North2016
Galiya Warrier
 
Ad

More from Shahed Chowdhuri (19)

PPTX
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
PPTX
Microsoft Cognitive Services
Shahed Chowdhuri
 
PPTX
Game On with Windows & Xbox One @ .NET Conf UY
Shahed Chowdhuri
 
PPTX
Game On with Windows & Xbox One!
Shahed Chowdhuri
 
PPTX
ASP.NET Core 2.0: The Future of Web Apps
Shahed Chowdhuri
 
PPTX
Intro to Xamarin: Cross-Platform Mobile Application Development
Shahed Chowdhuri
 
PPTX
Xbox One Dev Mode
Shahed Chowdhuri
 
PPTX
Intro to HoloLens Development + Windows Mixed Reality
Shahed Chowdhuri
 
PPTX
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
PPTX
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
PPTX
Intro to HoloLens Development
Shahed Chowdhuri
 
PPTX
Xbox One Dev Mode
Shahed Chowdhuri
 
PPTX
Intro to Xamarin
Shahed Chowdhuri
 
PPTX
ASP.NET Core MVC + Web API with Overview (Post RC2)
Shahed Chowdhuri
 
PPTX
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
PPTX
BizSpark & Azure for Startups
Shahed Chowdhuri
 
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
ASP.NET Core 2.1: The Future of Web Apps
Shahed Chowdhuri
 
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Shahed Chowdhuri
 
Microsoft Cognitive Services
Shahed Chowdhuri
 
Game On with Windows & Xbox One @ .NET Conf UY
Shahed Chowdhuri
 
Game On with Windows & Xbox One!
Shahed Chowdhuri
 
ASP.NET Core 2.0: The Future of Web Apps
Shahed Chowdhuri
 
Intro to Xamarin: Cross-Platform Mobile Application Development
Shahed Chowdhuri
 
Xbox One Dev Mode
Shahed Chowdhuri
 
Intro to HoloLens Development + Windows Mixed Reality
Shahed Chowdhuri
 
ASP.NET Core MVC + Web API with Overview
Shahed Chowdhuri
 
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
Intro to HoloLens Development
Shahed Chowdhuri
 
Xbox One Dev Mode
Shahed Chowdhuri
 
Intro to Xamarin
Shahed Chowdhuri
 
ASP.NET Core MVC + Web API with Overview (Post RC2)
Shahed Chowdhuri
 
ASP.NET Core 1.0 Overview
Shahed Chowdhuri
 
BizSpark & Azure for Startups
Shahed Chowdhuri
 

Recently uploaded (20)

PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
This slide provides an overview Technology
mineshkharadi333
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Beyond Automation: The Role of IoT Sensor Integration in Next-Gen Industries
Rejig Digital
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
Comunidade Salesforce SĂŁo Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira JĂșnior
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PPTX
IoT Sensor Integration 2025 Powering Smart Tech and Industrial Automation.pptx
Rejig Digital
 
PDF
Orbitly Pitch DeckA Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PPT
Coupa-Kickoff-Meeting-Template presentai
annapureddyn
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Software Development Methodologies in 2025
KodekX
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
This slide provides an overview Technology
mineshkharadi333
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Beyond Automation: The Role of IoT Sensor Integration in Next-Gen Industries
Rejig Digital
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Comunidade Salesforce SĂŁo Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira JĂșnior
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
IoT Sensor Integration 2025 Powering Smart Tech and Industrial Automation.pptx
Rejig Digital
 
Orbitly Pitch DeckA Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Coupa-Kickoff-Meeting-Template presentai
annapureddyn
 

Intro to Bot Framework v3 with DB

Editor's Notes

  • #5: Additional Topics
  • #9: Additional Topics
  • #25: Additional Topics
  • #47: Additional Topics
  • #48: Contact Microsoft email: [email protected] Personal Twitter: @shahedC Dev Blog: WakeUpAndCode.com