SlideShare a Scribd company logo
DECEMBER 15
GLOBAL AI BOOTCAMP IS POWERED BY:
Build a great conversationalist using
Azure Bot Service
Radoslav Gatev
Thanks to our Sponsors:
Global Sponsor:
Venue Sponsor:
• Software Architect
• Microsoft Azure MVP
• Advisor at Microsoft Azure Research
• Blogger at www.gatevnotes.com
www.linkedin.com/in/radoslavgatev
www.twitter.com/radoslavgatev
About me
Agenda
• Intro to bots and chatbots
• Bot Framework basics
• Deployment options
• Bot intelligence
• Bot publishing process
What is a bot?
• Application that performs one or more automated tasks
• Yes, just an application ☺
Chat bots
• A Chatbot is a service that
you interact with via a
chat interface.
Chat apps are growing fast
Paradigm shift
The bot revolution
Why bots are the new apps?
• A lot easier to install than mobile apps.
• Easily distributed
• Mobile apps are expensive to build & maintain
• Lots of use-cases that don’t justify a mobile app.
• Messaging apps are ubiquitous
• Consumers are experiencing mobile app fatigue
• Bot interactions are intrinsically bi-directional
• Humans are hardwired for conversation
A few examples
• Weather bot
• Grocery bot
• News bot
• Life advice bot
• Personal finance bot
• Scheduling bot
• A bot that is your friend
• Others…
Bot UX matters
• Type
• Tap
• Talk
Types of chat bots
• Rule based
• AI based
But don’t make them super smart!
Bot Framework
Building bots with Redux
https://blog.botframework.com/2018/04/12/building-bots-with-redux/
Demo: The developer portal
Payments
• Works across most major platforms
• Fast and simple payment experience
• Bring commerce capabilities to your Bot
• Works with Stripe & Microsoft Seller Center
Architecture
Some interesting channels
Bot Connector
• Connects your bot to multiple channels
• Relays the two-way communication:
o Bot -> Channel
o Channel <- Bot
Bot Connector (2)
Bot Connector (3)
Your bot’s
endpoint
Bot
Connector
{
"type": "Message",
"id": "68YrxgtB53Y",
"conversationId": "DphPaFQrDuZlLGIjB8v18MFtb",
"language": "en",
"text": "You can say "/order" to order!",
"attachments": [ ],
"from": {
"name": "+12065551212",
"channelId": "sms",
"address": "+12065551212",
"id": "Ro52hKN287",
"isBot": false
},
"channelData": { SMS data here },
"botUserData": { your data here },
...
}
Bot Builder SDK Basics (1)
• Activity types
o Message
o Conversation update
o Contact relation update
o Typing
o Ping
o Delete user data
o End of conversation
Bot Builder SDK Basics (2)
• Message types
o Plain text
o Spoken text
o Media attachments
o Rich cards
o Adaptive cards
o Buttons
Bot Builder SDK Basics (3)
• Dialogs(Your web service router)
o Waterfall as a model of conversation flow
o Dialog stack(LIFO)
o Reusable
o The state is persisted
o Various types
Bot Builder SDK Basics (4)
• Dialogs(Your web service router)
Bot State Service…
• …was retired in April, 2018!
• Implement your own state service:
o In Memory Storage (for test purposes only)
o Azure Table Storage
o DocumentDB (CosmosDB)
o Custom persistence
More Info: https://blog.botframework.com/2017/12/19/bot-state-
service-will-soon-retired-march-31st-2018
Build a great conversationalist using Azure Bot Service 2018
A sample waterfall
// Ask the user for their name and greet them by name.
bot.dialog('greetings', [
function (session) {
builder.Prompts.text(session, 'Hi! What is your
name?');
},
function (session, results) {
session.endDialog('Hello ${results.response}!');
}
]);
Demo: Getting started on Node.js
Deployment options
• Azure Bot Service
o Consumption plan(Azure Functions)
• Serverless hosting
• Pay only for what you use
• Infinite autoscale*
o App Service plan(Azure web app)
• Predefined capacity
• Predictable cost
• Any reachable web location
Demo: Azure Bot Service
• Setting up a sample bot with Azure Bot Service
Let’s add some intelligence!
• Language Understanding Intelligent Service(LUIS)
o Create language understanding models
o Train them
o Publish them
o Use them
Quick demo: https://azure.microsoft.com/en-us/services/cognitive-
services/language-understanding-intelligent-service/
NLU Services evaluation
https://github.com/sebischair/NLU-Evaluation-Corpora
Demo: LUIS
LUIS pricing
Plan Description Price
Free 10K calls per month
Text requests ONLY
-
Standard Up to 50 calls per
second
$1.5 per 1K text requests
$5.5 per 1K speech requests
Imagination is the only limit
Cognitive services
Demo: Cognitive Services
• Image caption with Computer Vision API
• Wikipedia articles retrieval using Bing Web Search API & LUIS
Publishing your bot
• Publishing your bot via the bot directory
• Adding your bot to real channels
• Approvals
GDPR and Chat bots
• Add new commands:
o Delete personal data
o Export personal data
Build a great conversationalist using Azure Bot Service 2018
Some links:
https://docs.microsoft.com/en-us/bot-framework/
https://github.com/Microsoft/BotBuilder
https://github.com/Microsoft/BotFramework-WebChat
https://docs.microsoft.com/en-us/bot-framework/azure-bot-service-overview
https://www.nuget.org/packages/Microsoft.Bot.Client
https://www.luis.ai/
https://dev.botframework.com/
https://azure.microsoft.com/en-us/try/cognitive-services/
Ad

Recommended

PPTX
Introduction to document db- Global Azure Bootcamp 2016
Jalpesh Vadgama
 
PPTX
Programming the Microsoft Bot Framework
Stefano Tempesta
 
PPTX
Introduction to BOT Framework- Global Azure Bootcamp 2017
Jalpesh Vadgama
 
PPTX
Modern frontend
Chyngyz Arystan Uulu
 
PPSX
Introduction to Microsoft Bot Framework
Alok Rajasukumaran
 
ODP
CreateJS hackathon in Zurich
Henri Bergius
 
PDF
Decoupling Content Management with Create.js
Henri Bergius
 
PDF
Loans to get cheaper by 50-75 bps in December - Interview of our MD, Mr. Adit...
HDFC Bank
 
PPTX
What’s great about being a web developer
AspDotNetStorefront
 
PPTX
Building a bot for your website
David J. Rodriguez Hernandez
 
KEY
LinkedIn Mobile: How do we do it?
phegaro
 
PPTX
WYSIWYG authoring tools and CGI
Prem Lamsal
 
PPTX
Front-End Development
Hein Htet Aung
 
PPTX
All That Edge
Joong-Young Lee
 
PPTX
An Introduction to Microsoft Edge
Chris Love
 
PPTX
Azure Bot Services - Malaysia
Cheah Eng Soon
 
ODP
Wade.Go Introduction Speech - SFD HCMC 2014
Nguyễn Thành Hải
 
PDF
김영욱 - Microsoft Bot Framework [WSConf. Seoul 2017]
WSConf.
 
PDF
skills
Edwin G. Hopper
 
PDF
qooxdoo - Open Source Ajax Framework
ecker
 
PPTX
Devteach 2017 OAuth and Open id connect demystified
Taswar Bhatti
 
PPTX
Build an Intelligent Bot (Node.js)
Sorin Peste
 
PDF
Comparisons of web languages
Evelyn Loh
 
PPTX
Sencha Touch Intro - Toronto HTML5 User Group
Mukul Seth
 
PDF
Use Your WebDev Skills to Create Mobile Apps in Telerik Appbuilder (Jonathan ...
ITCamp
 
PDF
Korea linuxforum2014 html5game-sangseoklim
Sang Seok Lim
 
ZIP
HTML5 Report Card
Michael(tm) Smith
 
PPTX
DIGIT Noe 2016 - Overview of front end development today
Bojan Veljanovski
 
PPTX
Building intelligent creatures with Microsoft Azure Bot Service & Node.js
Radoslav Gatev
 
PPTX
Developing intelligent bots from the beginning
Suthahar J
 

More Related Content

What's hot (20)

PPTX
What’s great about being a web developer
AspDotNetStorefront
 
PPTX
Building a bot for your website
David J. Rodriguez Hernandez
 
KEY
LinkedIn Mobile: How do we do it?
phegaro
 
PPTX
WYSIWYG authoring tools and CGI
Prem Lamsal
 
PPTX
Front-End Development
Hein Htet Aung
 
PPTX
All That Edge
Joong-Young Lee
 
PPTX
An Introduction to Microsoft Edge
Chris Love
 
PPTX
Azure Bot Services - Malaysia
Cheah Eng Soon
 
ODP
Wade.Go Introduction Speech - SFD HCMC 2014
Nguyễn Thành Hải
 
PDF
김영욱 - Microsoft Bot Framework [WSConf. Seoul 2017]
WSConf.
 
PDF
skills
Edwin G. Hopper
 
PDF
qooxdoo - Open Source Ajax Framework
ecker
 
PPTX
Devteach 2017 OAuth and Open id connect demystified
Taswar Bhatti
 
PPTX
Build an Intelligent Bot (Node.js)
Sorin Peste
 
PDF
Comparisons of web languages
Evelyn Loh
 
PPTX
Sencha Touch Intro - Toronto HTML5 User Group
Mukul Seth
 
PDF
Use Your WebDev Skills to Create Mobile Apps in Telerik Appbuilder (Jonathan ...
ITCamp
 
PDF
Korea linuxforum2014 html5game-sangseoklim
Sang Seok Lim
 
ZIP
HTML5 Report Card
Michael(tm) Smith
 
PPTX
DIGIT Noe 2016 - Overview of front end development today
Bojan Veljanovski
 
What’s great about being a web developer
AspDotNetStorefront
 
Building a bot for your website
David J. Rodriguez Hernandez
 
LinkedIn Mobile: How do we do it?
phegaro
 
WYSIWYG authoring tools and CGI
Prem Lamsal
 
Front-End Development
Hein Htet Aung
 
All That Edge
Joong-Young Lee
 
An Introduction to Microsoft Edge
Chris Love
 
Azure Bot Services - Malaysia
Cheah Eng Soon
 
Wade.Go Introduction Speech - SFD HCMC 2014
Nguyễn Thành Hải
 
김영욱 - Microsoft Bot Framework [WSConf. Seoul 2017]
WSConf.
 
qooxdoo - Open Source Ajax Framework
ecker
 
Devteach 2017 OAuth and Open id connect demystified
Taswar Bhatti
 
Build an Intelligent Bot (Node.js)
Sorin Peste
 
Comparisons of web languages
Evelyn Loh
 
Sencha Touch Intro - Toronto HTML5 User Group
Mukul Seth
 
Use Your WebDev Skills to Create Mobile Apps in Telerik Appbuilder (Jonathan ...
ITCamp
 
Korea linuxforum2014 html5game-sangseoklim
Sang Seok Lim
 
HTML5 Report Card
Michael(tm) Smith
 
DIGIT Noe 2016 - Overview of front end development today
Bojan Veljanovski
 

Similar to Build a great conversationalist using Azure Bot Service 2018 (20)

PPTX
Building intelligent creatures with Microsoft Azure Bot Service & Node.js
Radoslav Gatev
 
PPTX
Developing intelligent bots from the beginning
Suthahar J
 
PDF
Bot. You said bot? Let build bot then! - Laurent Ellerbach
ITCamp
 
PPTX
ITCamp 2017 - Laurent Ellerbach - Bot. You said bot? Let's build a bot then...
ITCamp
 
PPTX
Introduction to Microsoft Bot Framework
Sam Fernando
 
PPTX
Intro to Chatbots using Microsoft bot framework and Azure cognitive services
Rachhek Shrestha
 
PPTX
Build a mobile chatbot with Xamarin
Luis Beltran
 
PPTX
Build an Intelligent Bot
Sorin Peste
 
PPTX
Chatbots - A CMD for Humans (Ort Braude 2018)
Moaid Hathot
 
PPTX
There is a bot for that - building chat bots from idea to production
Geert van der Cruijsen
 
PPTX
Getting Started With bots
Gaurav sharma
 
PDF
Bots are the New Apps: Building Bots with ASP.NET WebAPI & Language Understan...
Nick Landry
 
PPTX
Bots in the Enterprise
Jesus Rodriguez
 
PPTX
Chatbots - A CMD for Humans (Global Azure Bootcamp 2018, Tel-Aviv, Israel)
Moaid Hathot
 
PDF
Chatbots DDD North2016
Galiya Warrier
 
PPTX
Tokyo azure meetup #8 - Introduction to the microsoft bot framework
Kanio Dimitrov
 
PPTX
Conversational UI Bot Framework
vivek p s
 
PDF
Chatbots : Repenser la Relation Clients et Employés avec les technologies Azure
Guillaume Meyer
 
PPTX
An introduction to Microsoft Bot Framework
Taswar Bhatti
 
PPT
Building a bot with an intent
Abhishek Sur
 
Building intelligent creatures with Microsoft Azure Bot Service & Node.js
Radoslav Gatev
 
Developing intelligent bots from the beginning
Suthahar J
 
Bot. You said bot? Let build bot then! - Laurent Ellerbach
ITCamp
 
ITCamp 2017 - Laurent Ellerbach - Bot. You said bot? Let's build a bot then...
ITCamp
 
Introduction to Microsoft Bot Framework
Sam Fernando
 
Intro to Chatbots using Microsoft bot framework and Azure cognitive services
Rachhek Shrestha
 
Build a mobile chatbot with Xamarin
Luis Beltran
 
Build an Intelligent Bot
Sorin Peste
 
Chatbots - A CMD for Humans (Ort Braude 2018)
Moaid Hathot
 
There is a bot for that - building chat bots from idea to production
Geert van der Cruijsen
 
Getting Started With bots
Gaurav sharma
 
Bots are the New Apps: Building Bots with ASP.NET WebAPI & Language Understan...
Nick Landry
 
Bots in the Enterprise
Jesus Rodriguez
 
Chatbots - A CMD for Humans (Global Azure Bootcamp 2018, Tel-Aviv, Israel)
Moaid Hathot
 
Chatbots DDD North2016
Galiya Warrier
 
Tokyo azure meetup #8 - Introduction to the microsoft bot framework
Kanio Dimitrov
 
Conversational UI Bot Framework
vivek p s
 
Chatbots : Repenser la Relation Clients et Employés avec les technologies Azure
Guillaume Meyer
 
An introduction to Microsoft Bot Framework
Taswar Bhatti
 
Building a bot with an intent
Abhishek Sur
 
Ad

Recently uploaded (20)

PPTX
NASA ESE Study Results v4 05.29.2020.pptx
CiroAlejandroCamacho
 
PPTX
ppt somu_Jarvis_AI_Assistant_presen.pptx
MohammedumarFarhan
 
PPTX
Indigo_Airlines_Strategy_Presentation.pptx
mukeshpurohit991
 
PPTX
英国毕业证范本利物浦约翰摩尔斯大学成绩单底纹防伪LJMU学生证办理学历认证
taqyed
 
PPTX
Crafting-Research-Recommendations Grade 12.pptx
DaryllWhere
 
PPTX
Communication_Skills_Class10_Visual.pptx
namanrastogi70555
 
PDF
NVIDIA Triton Inference Server, a game-changing platform for deploying AI mod...
Tamanna36
 
PPTX
一比一原版(TUC毕业证书)开姆尼茨工业大学毕业证如何办理
taqyed
 
PPTX
Model Evaluation & Visualisation part of a series of intro modules for data ...
brandonlee626749
 
PPTX
RESEARCH-FINAL-GROUP-3, about the final .pptx
gwapokoha1
 
PDF
11_L2_Defects_and_Trouble_Shooting_2014[1].pdf
gun3awan88
 
PPTX
@Reset-Password.pptx presentakh;kenvtion
MarkLariosa1
 
PDF
Measurecamp Copenhagen - Consent Context
Human37
 
PDF
ilide.info-tg-understanding-culture-society-and-politics-pr_127f984d2904c57ec...
jed P
 
PPSX
PPT1_CB_VII_CS_Ch3_FunctionsandChartsinCalc.ppsx
animaroy81
 
PPTX
Presentation by Tariq & Mohammed (1).pptx
AbooddSandoqaa
 
PPTX
UPS and Big Data intro to Business Analytics.pptx
sanjum5582
 
PPTX
Indigo dyeing Presentation (2).pptx as dye
shreeroop1335
 
PPTX
Attendance Presentation Project Excel.pptx
s2025266191
 
PDF
presentation4.pdf Intro to mcmc methodss
SergeyTsygankov6
 
NASA ESE Study Results v4 05.29.2020.pptx
CiroAlejandroCamacho
 
ppt somu_Jarvis_AI_Assistant_presen.pptx
MohammedumarFarhan
 
Indigo_Airlines_Strategy_Presentation.pptx
mukeshpurohit991
 
英国毕业证范本利物浦约翰摩尔斯大学成绩单底纹防伪LJMU学生证办理学历认证
taqyed
 
Crafting-Research-Recommendations Grade 12.pptx
DaryllWhere
 
Communication_Skills_Class10_Visual.pptx
namanrastogi70555
 
NVIDIA Triton Inference Server, a game-changing platform for deploying AI mod...
Tamanna36
 
一比一原版(TUC毕业证书)开姆尼茨工业大学毕业证如何办理
taqyed
 
Model Evaluation & Visualisation part of a series of intro modules for data ...
brandonlee626749
 
RESEARCH-FINAL-GROUP-3, about the final .pptx
gwapokoha1
 
11_L2_Defects_and_Trouble_Shooting_2014[1].pdf
gun3awan88
 
@Reset-Password.pptx presentakh;kenvtion
MarkLariosa1
 
Measurecamp Copenhagen - Consent Context
Human37
 
ilide.info-tg-understanding-culture-society-and-politics-pr_127f984d2904c57ec...
jed P
 
PPT1_CB_VII_CS_Ch3_FunctionsandChartsinCalc.ppsx
animaroy81
 
Presentation by Tariq & Mohammed (1).pptx
AbooddSandoqaa
 
UPS and Big Data intro to Business Analytics.pptx
sanjum5582
 
Indigo dyeing Presentation (2).pptx as dye
shreeroop1335
 
Attendance Presentation Project Excel.pptx
s2025266191
 
presentation4.pdf Intro to mcmc methodss
SergeyTsygankov6
 
Ad

Build a great conversationalist using Azure Bot Service 2018