Building An Office 365 Connected Bot With The Microsoft Bot Framework
Building An Office 365 Connected Bot With The Microsoft Bot Framework
Microsoft MVP
Technology Consultant
Craft Beer Snob
2
@jaredmatfess https://meetup.com/ctspug [email protected]
Extending your bot
Bots Getting started with Cognitive Next Steps
Services
Agenda
01 03 05 07
02 04 06
What is the bot Creating a Bot Design + Monitoring
framework? service in Azure
Bots
Bots to Virtual
Assistants
What is the bot framework?
Bot Framework is a Microsoft-operated service & includes an SDK
What is the Bot It’s one of many tools that Microsoft provides for building chat
7
An x-ray of a typical bot
Conversation Canvas/Channels
Web Chat
Your bot code goes here Bot Connector Service Email
Facebook
Bot web service Message input <> output
State Management GroupMe
Bot Builder SDK
Skype
Bot Builder SDK Slack
+ Microsoft Cognitive Services Telegram
9
Example:
Traditional
Application vs
Bot
https://docs.microsoft.com/en-us/bot-framework/bot-design-conversation-flow#dialog-stack
10
Value of the Bot Framework
Tooling
• Tools for building REST Web Sites Customer’s
Business Logic &
• Services to enrich Bot Connector Data
Direct Line
Developers
Node.js + NPM
Visual Studio/VSCode
More Bot Utterances – the sentence that the speaker relays to the
Example: “Turn on the office light.”
Concepts
Intent – what is the speaker trying to do?
“Have the light in the office turn on.”
https://azure.microsoft.com/en-us/pricing/details/cognitive-services/language-understanding-intelligent-services/
Design + Monitoring
Analytics
Design 1
Teams
Wictor Wilén
http://www.wictorwilen.se/yo-teams-a-full-microsoft-teams-extensibility-yeoman-generator
Resources
Bot Samples
• https://github.com/Microsoft/BotBuilder-Samples
Great article on utterances
• https://blogs.msdn.microsoft.com/benjaminperkins/2016/12/13/1000-must-have-utterances-
for-your-chatbot-using-luis/
• https://tutorials.botsfloor.com/opening-up-a-dialog-with-my-chatbot-4b653fe7ffcc
LUIS Bot (looking for a hotel)
• https://github.com/Microsoft/BotBuilder-Samples/tree/master/Node/intelligence-LUIS
THANK YOU