SlideShare a Scribd company logo
Programming the
Microsoft Bot Framework
Stefano Tempesta, Microsoft MVP
Bot Framework Components
Bot Framework Portal & Channels
https://dev.botframework.com
Bot Builder SDK
https://aka.ms/bf-bc-vstemplate
Bot Framework Channel Emulator
https://emulator.botframework.com
Bot Framework Channel Inspector
https://aka.ms/bf-channel-inspector-learnmore
Programming Bot Framework
Programming Languages
• Bot Builder SDK for .NET https://github.com/stefanotempesta/botframework
• Bot Builder SDK for Node.js
• REST API (Azure Bot Service)
Programming Approaches
• FormFlow
• Dialogs
• JSON Schema
• Q&A Maker https://qnamaker.ai
• LUIS https://www.luis.ai
Core Concepts
• Bot Application
• Channel
• Activity
• Message / System
• FormFlow
• Dialog
• State
• Rich Cards
• Entities
• Global Handlers
• Security
Programming the Microsoft Bot Framework
Interactions
FormFlow
• Chain  From  Do
• Properties
• Enumerations
• (Optionally) Fluent BuildForm
• Add custom messages
• Dynamic values
• Field Validation
• Confirmations
Dialogs
public class RootDialog : IDialog<object>
Activity Dialog
Another
Dialog
WAIT
CALL
Reply
Activity
POST
Rich Cards
• Suggested Actions
• Attachments
• Hero card
• Thumbnail card
• Video / Audio / Animation card
• Receipt card
• SignIn card
• Adaptive card
Adaptive Cards
http://adaptivecards.io/
• Body
• Actions
• Speak
• BackgroundImage
Dialog Flow
Call
Forward
Wait Done
State Management
1. User Data
2. Conversation Data
3. Private Conversation Data
Dialogs automatically store state  Bot Connector State Service
Implement IBotDataStore  CosmosDB or Azure Table Storage
JSON Schema
http://json-schema.org/
• JSON FormFlow
• References & Imports
• Templates
• Properties
Smarter Bots
• Q&A Maker
• LUIS (Language Understanding Intelligent Service)
• Cognitive Services
• Image and video understanding
• Speech recognition and conversion
• Text Analytics
• Bing Spell Check
• Web Search
Q&A Maker
https://qnamaker.ai
• Knowledge Base (Q&A)
• Train & Publish
• Alternative phrasing
• Best match
• No need to use Bot Framework!
LUIS
https://www.luis.ai
• Intent
• Utterance
• Entity (Custom and Prebuilt)
• Domain
• Train & Publish
Security
• Registration
• Authentication
[BotAuthentication]
public class MessagesController : ApiController

More Related Content

PPTX
Introduction to Microsoft Bot Framework
PPTX
An introduction to Microsoft Bot Framework
PPTX
Building intelligent chat bot with microsoft bot framework
PPTX
Introduction to the Microsoft Bot Framework v4
PPTX
Microsoft bot framework
PPTX
Devteach 2017 OAuth and Open id connect demystified
PPTX
DDD12 - Introduction to Microsoft Bot Framework
PPTX
Building A Conversational Bot Using Bot Framework and Microsoft
Introduction to Microsoft Bot Framework
An introduction to Microsoft Bot Framework
Building intelligent chat bot with microsoft bot framework
Introduction to the Microsoft Bot Framework v4
Microsoft bot framework
Devteach 2017 OAuth and Open id connect demystified
DDD12 - Introduction to Microsoft Bot Framework
Building A Conversational Bot Using Bot Framework and Microsoft

What's hot (20)

PPTX
Azure Bot Services - Malaysia
PPTX
Build intelligent chatbot with bot framework
PPTX
Build an Intelligent Bot (Node.js)
PPTX
Getting Started with Microsoft Bot Framework
PPTX
Building a bot for your website
PPTX
20160930 bot framework workshop
PDF
Artificial Intelligent: Intelligent Bot With Microsoft Bot Framework & Azure
PPTX
virtual-2021-data.sql_.saturday.la-Building database interactions with users ...
PDF
Build a great conversationalist using Azure Bot Service 2018
PPTX
Adminstering biztalkusingchatbot
PDF
Build Your Own Face Detection Bot
PPTX
Talking with bots - meetup presentation
PPTX
Build a Great Conversationalist
PPTX
Introduction to widgets
PPTX
Live mesh & live framework
PPTX
Building blocks for building bots
PPTX
SharePoint Fest DC 2019 - Bot Framework and Microsoft Graph - Join The Revolu...
PPTX
Introduction to Srb4j
PPTX
Bot press
PDF
Bot Framework - Microsoft Ignite The Tour
Azure Bot Services - Malaysia
Build intelligent chatbot with bot framework
Build an Intelligent Bot (Node.js)
Getting Started with Microsoft Bot Framework
Building a bot for your website
20160930 bot framework workshop
Artificial Intelligent: Intelligent Bot With Microsoft Bot Framework & Azure
virtual-2021-data.sql_.saturday.la-Building database interactions with users ...
Build a great conversationalist using Azure Bot Service 2018
Adminstering biztalkusingchatbot
Build Your Own Face Detection Bot
Talking with bots - meetup presentation
Build a Great Conversationalist
Introduction to widgets
Live mesh & live framework
Building blocks for building bots
SharePoint Fest DC 2019 - Bot Framework and Microsoft Graph - Join The Revolu...
Introduction to Srb4j
Bot press
Bot Framework - Microsoft Ignite The Tour
Ad

Similar to Programming the Microsoft Bot Framework (20)

PPTX
Pizza Ordering Bot
PDF
Azure bot service
KEY
Cross Platform Mobile Development
PDF
Bot design AIsatPN 2018
PPTX
Code on the Beach 2018: Build an E-Commerce Chatbot on Azure Bot Framework v4
PPTX
Build an Intelligent Bot
PPTX
ESPC Teams week Microsoft Teams & Bot Framework – a Developer’s Perspective
PDF
IVS CTO Night And Day 2018 Winter - [re:Cap] Serverless & Mobile
PDF
BizTalk Server Extensibility
PPT
Pushing the Boundaries of Sencha and HTML5′s WebRTC
PPTX
Web rtc 入門
PPTX
Dynamics 365 Saturday Amsterdam 02/2018 - Dynamics 365 and chatbots
PPT
Session 2 - Silverlight Streaming, and Windows Live Search
PDF
BizTalk Server Extensibility
PPTX
Bot-Tender: A Chat Bot Walks into a Bar - TechBash 2017
PPTX
Mobile Services for Windows Azure
PPTX
PPTX
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
PPTX
Microsoft Bot Framework (Node.js Edition)
PPTX
2 module07 cognitive services and the bot framework
Pizza Ordering Bot
Azure bot service
Cross Platform Mobile Development
Bot design AIsatPN 2018
Code on the Beach 2018: Build an E-Commerce Chatbot on Azure Bot Framework v4
Build an Intelligent Bot
ESPC Teams week Microsoft Teams & Bot Framework – a Developer’s Perspective
IVS CTO Night And Day 2018 Winter - [re:Cap] Serverless & Mobile
BizTalk Server Extensibility
Pushing the Boundaries of Sencha and HTML5′s WebRTC
Web rtc 入門
Dynamics 365 Saturday Amsterdam 02/2018 - Dynamics 365 and chatbots
Session 2 - Silverlight Streaming, and Windows Live Search
BizTalk Server Extensibility
Bot-Tender: A Chat Bot Walks into a Bar - TechBash 2017
Mobile Services for Windows Azure
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
Microsoft Bot Framework (Node.js Edition)
2 module07 cognitive services and the bot framework
Ad

More from Stefano Tempesta (20)

PPTX
Robotics & AI User Group - Smart City
PPTX
Robotics & AI User Group - Computer Vision - Azure Kinect
PPTX
Virtual eye vision with HoloLens
PPTX
Design Patterns for Distributed Systems in Azure Kubernetes Service
PPTX
Measure your teams sentiment
PPTX
Electronic signature with blockchain
PPTX
Best Practices to Secure Your Kubernetes Cluster
PPTX
Azure Cost Management
PPTX
Automate Blockchain Workflows
PPTX
Expert Network - Machine Learning Tech Days
PPTX
Expert Network - Financial Predictions with Machine Learning
PPTX
Designing and Building Decentralized Blockchain Apps
PPTX
Build Better CRM Charts
PPTX
Azure Blockchain
PPTX
Smart Unified Service Desk with Machine Learning
PPTX
Introduction to Dynamics 365 for Talent
PPTX
Dynamics 365 Saturday Dubai 2018
PPTX
Applied Machine Learning Days Lausanne 2018
PPTX
Global Dynamics 365 Bootcamp London 2018
PPTX
Blockchain, The Next Frontier of CRM
Robotics & AI User Group - Smart City
Robotics & AI User Group - Computer Vision - Azure Kinect
Virtual eye vision with HoloLens
Design Patterns for Distributed Systems in Azure Kubernetes Service
Measure your teams sentiment
Electronic signature with blockchain
Best Practices to Secure Your Kubernetes Cluster
Azure Cost Management
Automate Blockchain Workflows
Expert Network - Machine Learning Tech Days
Expert Network - Financial Predictions with Machine Learning
Designing and Building Decentralized Blockchain Apps
Build Better CRM Charts
Azure Blockchain
Smart Unified Service Desk with Machine Learning
Introduction to Dynamics 365 for Talent
Dynamics 365 Saturday Dubai 2018
Applied Machine Learning Days Lausanne 2018
Global Dynamics 365 Bootcamp London 2018
Blockchain, The Next Frontier of CRM

Recently uploaded (20)

PDF
medical staffing services at VALiNTRY
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
ai tools demonstartion for schools and inter college
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPT
Introduction Database Management System for Course Database
PPTX
assetexplorer- product-overview - presentation
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
L1 - Introduction to python Backend.pptx
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Transform Your Business with a Software ERP System
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Digital Strategies for Manufacturing Companies
medical staffing services at VALiNTRY
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Operating system designcfffgfgggggggvggggggggg
ai tools demonstartion for schools and inter college
Design an Analysis of Algorithms I-SECS-1021-03
How to Choose the Right IT Partner for Your Business in Malaysia
wealthsignaloriginal-com-DS-text-... (1).pdf
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Introduction Database Management System for Course Database
assetexplorer- product-overview - presentation
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
L1 - Introduction to python Backend.pptx
Softaken Excel to vCard Converter Software.pdf
How to Migrate SBCGlobal Email to Yahoo Easily
Transform Your Business with a Software ERP System
Computer Software and OS of computer science of grade 11.pptx
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Digital Strategies for Manufacturing Companies

Programming the Microsoft Bot Framework