north shore .net user groupfiles.meetup.com/10468862/building conversational apps...bot framework is...

37
North Shore .NET User Group Our Sponsors

Upload: others

Post on 04-Jun-2020

10 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

North Shore .NET User Group

Our Sponsors

Page 2: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Vishesh OberoiTechnical Evangelist, Microsoft@ovishesh

Page 3: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Vishesh OberoiTechnical Evangelist, Microsoft@ovishesh

Page 4: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 5: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 6: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 7: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 8: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 9: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 10: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 11: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 12: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 13: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 14: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 15: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

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

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 16: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Your conversation logic

Logic

Web service

Your bot

LUIS

Page 17: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 18: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Demo – Bot Connector

Page 19: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Web service

Natural Language Processing

Conversational Skills

Speech Processing

Vision

SMS/Chat Audio/VideoMMS/Image

Your bot

Page 20: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Determine intent and

detects entities

Seamless integration with

Speech Recognition

Learns over time

Use pre-built, world class

models from Bing and Cortana

Models work across devices

Intent: TextToSpeechContent: headlines

Read me the headlines

Play yesterday’sDaily Show

Intent: PauseDeviceDateTime.duration: 5 Minutes

Pause for5 minutes

Intent: PlayEpisodeContent: Daily ShowDateTime.date: T-1 Day

Page 21: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

{“entities”: [

{“entity”: “seattle”,“type”: “City”

}],“intents”: [

{“intent”: “FindHotel”,“score”: 0.99853384

},{

“intent”: “None”,“score”: 0.07289317

},{

“intent”: “BookHotel”,“score”: 0.0167122427

},{

“intent”: “FindCheckoutTime”,“score”: 1.0919299E-06

}]

}

“Find a hotel in Seattle”

Language Understanding Models

Page 22: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Reduce labeling effort with interactive featuring

Deploy using just a few examples with active learning

Supports 5 languages (English, Chinese, Italian, French, Spanish)

Language Understanding Models

Page 23: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Demo - LUIS

Page 24: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Web service

Natural Language Processing

Conversational Skills

Speech Processing

Vision

SMS/Chat Audio/VideoMMS/Image

Your bot

Page 25: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Visual

Studio

Template

Simple

Stock BotLUIS

Publish to

Azure

Connect to

users

Add dialog

smarts

Page 26: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Cognitive ServicesGive your solutions a human side

Page 27: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Microsoft

Cognitive

Services

From faces to feelings, allow your apps to understand images and video

Hear and speak to your users by filtering noise, identifying speakers, and understanding intent

Process text and learn how to recognize what users want

Tap into rich knowledge amassed from the web, academia, or your own data

Access billions of web pages, images, videos, and news with the power of Bing APIs

Page 28: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

microsoft.com/cognitive

Page 29: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 30: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Demo – Sentiment

Page 31: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Demo – Vision

Page 32: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Microsoft Cognitive Services - Video

https://www.youtube.com/watch?v=R2mC-NUAmMk

Page 33: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 34: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 35: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

Vishesh OberoiTechnical Evangelist, Microsoft@ovishesh

Page 36: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft
Page 37: North Shore .NET User Groupfiles.meetup.com/10468862/Building Conversational Apps...Bot Framework is a Microsoft-operated service and an SDK. Bot Framework is one of many tools Microsoft

North Shore .NET User Group

Check out our web site

http://northshore.netusergroup.org.nz/

Follow us on Twitter

https://twitter.com/NSDNUG