Build and connect intelligent bots

Slides:



Advertisements
Similar presentations
Windows Web Xbox WakeUpAndCode.com.
Advertisements

Windows iOS Android … and WakeUpAndCode.com.
Windows 8.1 Windows Phone 8.1 … and WakeUpAndCode.com.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Windows Web Xbox WakeUpAndCode.com.
Windows Web Xbox Mobile … and WakeUpAndCode.com.
How* to Win the #BestMicrosoftHack Shahed Chowdhuri Sr. Technical WakeUpAndCode.com *Hint: Use the Cloud.
Windows Windows Phone Azure … and WakeUpAndCode.com.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core RC2 * aka ASP.NET 5 before.
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
Xbox One Dev Mode Shahed Chowdhuri Sr. Technical WakeUpAndCode.com Visual Studio, Unity, Construct 2, etc Dave Voyles Sr.
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
Microsoft Cognitive Services and Cortana Analytics
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
Intro to HoloLens Development Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A new era of mixed reality.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com Deploying Your Web Apps * aka ASP.NET 5 before RC1.
ASP.NET Core* in 2017 The Future of Web Apps Shahed Chowdhuri
11/8/ :31 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Bots & DevOps Donovan 12/24/2017 2:32 PM
Making of the Ignite Bot
4/14/ :03 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Build and connect intelligent bots
Developing Windows 10 Games with Construct 2
Intro to HoloLens Development
New Technology Meetup Derby 1: Bots and Clouds Wifi: iHub
Unity 5 JumpStart Part 4: Sound Effects Shahed Chowdhuri
Web Application Security
Microsoft Build /16/2018 2:05 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Your Host & Speaker Shahed Chowdhuri
Intelligent Agent Solution
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
Introduction to Azure Bot Framework
Session code.
Build smarter bots and devices by connecting to the Microsoft Graph
Changing how people interact with computers
Kent Weare ‎Principal Program Manager – Microsoft Flow
The Bot Framework and the Microsoft Graph
Entity Framework Core*
Microsoft Bot Framework: changing how we communicate with users
Featuring: Microsoft Student Partners
What’s new in SSRS 2016.
Microsoft Virtual Academy
Developing on a Mac For C# Developers Shahed Chowdhuri
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
A Quick Overview of ASP.NET Core 1.0
Introduction to ASP.NET MVC ASP.NET MVC පෙරවදන
Unity 5 JumpStart Part 2: Ammo Collisions Shahed Chowdhuri
Part 3: Damage From Objects
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
1/2/2019 9:19 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Part 1: Player Selection & Scores
ASP.NET Core* MVC and Web API Shahed Chowdhuri
Tech for Startups By Shahed Chowdhuri Sr. Technical Evangelist
Game Development with Unity and C#
Game On with Windows & Xbox One
Game On with Windows & Xbox One
Azure Mobile Services in the Cloud
Intro to Bot Framework v4
Capturing Your Audience with Kinect
Deploy Your Web Site/App on Azure
Universal Apps For Windows 10 Shahed Chowdhuri
The complete developer's guide to the SkyDrive API
Azure AI ChatBot with WebClient App
Bots, so you don't have to be always available to help your customers
Intro to HoloLens Development
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
Intro to HoloLens Development
Presentation transcript:

Build and connect intelligent bots Intro to Bot Framework Build and connect intelligent bots Shahed Chowdhuri Sr. Technical Evangelist @ Microsoft @shahedC WakeUpAndCode.com

Speaker Shahed Chowdhuri Sr. Technical Evangelist @ Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile Application Development Cloud Solutions Online LinkedIn: http://linkedin.com/in/shahedc Meetup: http://www.meetup.com/DC-MS-Devs/ Twitter: http://twitter.com/shahedC Blog: http://WakeUpAndCode.com

What Are Bots? Additional Topics

MS Bot Framework https://dev.botframework.com

Overview Bot Framework: Builder SDK Connector Dev Portal Directory http://docs.botframework.com Bot Framework: Builder SDK Connector Dev Portal Directory

Building a Bot Additional Topics

Bot Builder SDK for .NET with C# Link: https://docs.botframework.com/en-us/csharp/builder/sdkreference/index.html

Build a Bot with C#

Visual Studio: File | New | Project

Test Your Bot Emulator: https://aka.ms/bf-bc-emulator

Bot Framework Emulator

Publish Your Bot Link: https://docs.botframework.com/en-us/csharp/builder/sdkreference/gettingstarted.html#publishing

Register Your Bot Link: https://docs.botframework.com/en-us/csharp/builder/sdkreference/gettingstarted.html#registering

Bot Builder SDK for Node.js Link: https://docs.botframework.com/en-us/csharp/builder/sdkreference/index.html

Build a Bot with Node.js

Visual Studio Code Download: http://code.visualstudio.com/

Test Your Bot Emulator: https://aka.ms/bf-bc-emulator

Connect & Config Additional Topics

Bot Connector Channels: Email GroupMe Skype Slack SMS Telegram Web etc...

Configure: Direct Line https://dev.botframework.com/channels/directline/YOUR-BOT-ID

Configure: Web Chat https://dev.botframework.com/channels/webchat/YOUR-BOT-ID

Configure: SMS (via Twilio) https://sms.botframework.com/Dev/?botId=YOUR-BOT-ID

Configure: Facebook Messenger https://facebook.botframework.com/Dev/?botId=YOUR-BOT-ID

FB Developer Settings https://developers.facebook.com

Bot Builder SDK for C# Features: Dialogs AI with LUIS Scalability FormFlow Open-Source http://docs.botframework.com/sdkreference/csharp

GitHub! https://github.com/Microsoft/botbuilder

Language Understanding Intelligent Service https://www.luis.ai/ Help: https://www.luis.ai/Help

LUIS: Intents, Entities & Labels

Intents in LUIS Intent: Summarizes the intentions of an utterance

Utterances in LUIS

Entities in LUIS Entity: Data object that can be pre-built or custom-defined.

Labels in LUIS Label: Marked segment of utterance to associate terms with corresponding entities.

Using LUIS in your Code

Bot Directory https://bots.botframework.com/

Demo

Game Chat Bot http://gamechatbot.azurewebsites.net/

Microsoft Virtual Academy Link: https://aka.ms/mvabots  https://mva.microsoft.com/en-US/training-courses/getting-started-with-bots-16759

Q & A Additional Topics

Contact Microsoft email: shchowd@microsoft.com Personal Twitter: @shahedC Dev Blog: WakeUpAndCode.com Email: shchowd@microsoft.com  Twitter: @shahedC