+ All Categories
Transcript
Page 1: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

Build Intelligent Bots: Introduction to Microsoft Bot FrameworkJULIEN BATAILLE

Page 2: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

Microsoft Bot FrameworkAt //Build conference in March 2016, Microsoft introduced the Bot Framework:

https://dev.botframework.com/

Page 3: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

Bot Framework Overview

Bot Builder

Developer Porta

l

Bot Directory

Page 4: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

Bot Builder SDK (for .NET)A. It’s an open source SDK on Github

https://github.com/Microsoft/BotBuilder

B. Your Bot is an ASP.NET Web App, only 3 steps to get started:1. Create a new ASP.NET Web App (.NET Framework 4.6)2. Empty template with core references for Web API3. Add Microsoft.Bot.Builder Nuget package

C. Install the Microsoft Bot Framework Channel Emulator for local development https://aka.ms/bf-bc-emulator

Page 5: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

What is the Bot Connector?

Page 6: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

Echo Bot

Page 7: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

Echo Bot with State

Page 8: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

Dialog

Page 9: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

NLP with LUIS (1/3)

YOUR BOT BOT CONNECTOR

SKYPE

MESSENGER

LUIS

https://www.luis.ai/

Page 10: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

NLP with LUIS (2/3)

Page 11: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

NLP with LUIS (3/3)

Page 12: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

Deploy and manage your Bot

https://dev.botframework.com/bots

Page 13: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

Bot Directory

Page 14: Tokyo azure meetup #8  - Introduction to the microsoft bot framework

Thank you!

@elliatab


Top Related