building a conversational bot using bot framework and microsoft

16
Building a Conversational Bot using Microsoft Bot Framework and Azure Pranav Ainavolu RealPage @a_pranav | http://pranavon.net Global Azure Bootcamp 2016

Upload: pranav-ainavolu

Post on 14-Apr-2017

921 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Building A Conversational Bot Using Bot Framework and Microsoft

Building a Conversational Bot using Microsoft Bot Framework and AzurePranav AinavoluRealPage@a_pranav | http://pranavon.net

Global Azure Bootcamp 2016

Page 2: Building A Conversational Bot Using Bot Framework and Microsoft

MICROSOFT CONF IDENTIAL – INTERNAL ONLY

BOT FRAMEWORKBuild and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services

Page 3: Building A Conversational Bot Using Bot Framework and Microsoft

How do you make a bot? How do you make a bot great?

Page 4: Building A Conversational Bot Using Bot Framework and Microsoft

Bot Framework is a Microsoft-operated service and an SDK.

Bot Framework

Bot Framework is one of many tools Microsoft offers for building a complete bot.

www.botframework.com

Others include: LUIS, Speech APIs, Azure, more

Page 5: Building A Conversational Bot Using Bot Framework and Microsoft
Page 6: Building A Conversational Bot Using Bot Framework and Microsoft

Your conversation logic

Logic

Web service

Your bot

Bot Builder SDK

(Node.js + C#)

LUIS

Page 7: Building A Conversational Bot Using Bot Framework and Microsoft

Bot Connector

Your bot

Bot Connector

Send/receive messagesStore stateTranslationTelemetry

Dev portal

Page 8: Building A Conversational Bot Using Bot Framework and Microsoft

Bot Connector messagesYour bot

{ "type": "Message", "id": "68YrxgtB53Y", "conversationId": "DphPaFQrDuZDKyCez4AFGcT4vy5aQDje1lLGIjB8v18MFtb", "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 Connecto

r

Page 9: Building A Conversational Bot Using Bot Framework and Microsoft

Visual Studio

TemplateSimple

Stock Bot LUIS Publish to Azure

Connect to users

Add dialog smarts

Page 10: Building A Conversational Bot Using Bot Framework and Microsoft
Page 11: Building A Conversational Bot Using Bot Framework and Microsoft
Page 12: Building A Conversational Bot Using Bot Framework and Microsoft

File -> New bot

Visual Studio

TemplateSimple

Stock Bot LUIS Publish to Azure

Connect to users

Add dialog smarts

Page 13: Building A Conversational Bot Using Bot Framework and Microsoft

Connecting your bot to users

Visual Studio

TemplateSimple

Stock Bot LUIS Publish to Azure

Connect to users

Add dialog smarts

Page 14: Building A Conversational Bot Using Bot Framework and Microsoft

Dialog smarts

Visual Studio

TemplateSimple

Stock Bot LUIS Publish to Azure

Connect to users

Add dialog smarts

Page 15: Building A Conversational Bot Using Bot Framework and Microsoft

Resourcesbotframework.com

www.botframework.com

Page 16: Building A Conversational Bot Using Bot Framework and Microsoft

Thank You!