SlideShare una empresa de Scribd logo
1 de 88
Descargar para leer sin conexión
SOLVION TRENDWERKSTATT
MICROSOFT AZURE+AI+BOTS
Stephan Bisser
STEPHAN BISSER
? https://bisser.io
t @stephanbisser
E stephan.bisser@solvion.net
# Graz, Austria
` http://bit.ly/LEARN_TO_BOT
TIMING
09:00-10:30 Workshop
10:30-10:45 Break
10:45-12:15 Workshop
12:15-13:00 Lunch
13:00-14:00 Workshop
AGENDA
1 Überblick Microsoft AI 2 Überblick
Conversational AI
3 Praxisbeispiele 4 Best Practices
5 Hands On
QUESTIONNAIRE
Please fill out
http://bit.ly/AITrendwerkstatt1
MICROSOFT AI
AI
Vision
Speech
Language
Azure AI
Machine learning
Azure Databricks
Azure Machine Learning
Azure AI Infrastructure
AI apps & agents
Azure Bot Service
Azure Cognitive Services
Knowledge mining
Azure Cognitive Search
For every person and every organization
DIGITAL TRANSFORMATION + AI
Artificial
Intelligence
Conversational AI
2000s: Mobile
• Social
• User download apps
from App Stores
The future: Conversations
• Natural language between people
and technology
• Conversational canvas
• Bots and agents
• Conversational AI
1990s: Internet
• Search
• User “visits” websites
1980s: PC
• Desktop
The evolution of computers and IT
What is Conversational AI?
CONVERSATIONAL AI
A new user interface paradigm
Exposes software services through
conversational interface
In apps, browser and on IoT devices
Pro-active capabilities
(Virtual Assistant etc.)
Bots
Conversational AI is a subfield of artificial intelligence focused on producing natural and seamless
conversations between humans and computers
CONVERSATIONAL AI
Software as a service, SaaS solutions
To enable out-of-the-box conversational AI services for key solutions
Pre-trained AI, Cognitive Services
To add and customize language, speech, knowledge & vision
Managed bot service, Azure Bot Service
To accelerate building, management and deployment of conversational AI
Popular open source frameworks, Bot SDK on Github
To fully integrate and customize your solution with any AI technology
Solution accelerators and templates, PaaS
To accelerate conversational AI solutions
From the Intelligent Cloud to the Intelligent Edge
Customer Care
Bot Template
Virtual Assistant
Solution accelerator
Enterprise HR
Template
LanguageSpeech
…
DecisionVision Web search
Customer ServiceCortana, Teams Virtual Agent
BotKit SDK
Bot
Framework
Azure Bot Service
BUILDING CONVERSATIONAL APPS & AGENTS
Vision
Language
Speech
BOTS 101
• “a computer program designed to have a
conversation with a human being,
especially over the internet” *
• Solves the user’s needs in the
quickest/easiest way compared to any
other option...
• Introduce AI in a friendly way
* https://dictionary.cambridge.org/dictionary/english/chatbot
WHY DO WE NEED CHATBOTS?
24/7
They are always available
and respond at any time
QnA
They answer your users’
questions with
knowledge stored in your
data silos
Personal Assistant
They can be seen as personal
assistants who ease the daily
work for your users
TYPES OF CHATBOTS
INTERNAL EXTERNAL
Personal assistant
Team assistant
Company assistant
Public facing website bot
QnA endpoint for
customers on various
channels
Partner assistant
MODERNIZING THE COMPANY FAQ
Company info
Departmental knowledge
Troubleshooting/support
+ ++
BOT FRAMEWORK V4 SDK
• GA - C# and Java Script
• C# support .NET Core
• Python and Java - still in preview
• Incorporates learnings from V3
• Open, Modular and extensible architecture
• Agile and customizable dialog system
• Share the same implementation across C#, Java Script, Java and Python
• Rich visual controls (cards, buttons, images, videos, adaptive cards)
• Seamless integration with Azure and Cognitive Services
• Modern toolchain (streamline development and deployment)
• Open Source and rich ecosystem
MICROSOFT BOT FRAMEWORK
Users
Direct Line
Mail
Bing
kik
Facebook
Messenger
Web Chat
3rd Party
3rd
Slack GroupMe
CortanaMicrosoft Teams
Telegram
Twilio (SMS)
SkypeOffice 365
Channels
* still in preview
Conversational AI Platform
Bot Builder SDKs
C#
.NET SDK Java SDK*JavaScript SDK Python SDK*
Cognitive ServicesVision Speech Search Language Knowledge
Patterns & ConceptsRecognizers CardsMiddlewareState Dialogs
Web App Bot Bot Channels Registration Bot Service Types
HostingMicrosoft Azure On-premises Other Cloud Service Providers
 10+ Public Repos
• SDK V4: C#, JavaScript, Python, Java
• SDK V3 (C#, JavaScript)
• CLI Tools
• Emulator
• WebChat Control
• Documentation
• BotBuilder-Samples
https://github.com/BotBuilderCommunity
• Extending the core Bot Framework
SDKs
• Middleware, dialogs, helper
Bot Framework – Open Source Project
HOW BOTS WORK
Adapter
Creates a turn context and calls the
middleware.
Middleware
Linear set of components that are each
executed in a pipeline. Can short circuit a
turn, in which case the next turn handler
isn’t called.
Services
Pre-built components to easily add
Cognitive Services to your bot.
State
Persist context between interactions.
Your Bot
Acts on inbound message and applies
your custom business logic.
SDK: How does it work?SDK: How does it work?
DIALOG MANAGEMENT
WATERFALL DIALOGS
Virtual Assistant
Bot Framework + Cognitive Services
Cognitive Services
Your Assistant
Your Brand
Your Personality
Language
Understanding
Speech
VisionQnA
Dispatch
Office Graph
Knowledge
Sources
Manuals
(PDF)
Data Sources
General
Knowledge
Points of
Interest
Mail
Automotive
Custom
Other
Bots
Skills
(Customizable)
APIs
Directory
Tasks
Calendar
3P Assistants
Type Speak
Tap
User
Input
Devices
Channels
Azure Bot
Service
Adaptive
Cards
Office Graph
Knowledge
Sources
Manuals
(PDF)
Data Sources
General
Knowledge
Points of
Interest
Mail
Automotive
Custom
Other
Bots
Skills
(Customizable)
APIs
Directory
Tasks
Calendar
3P Assistants
Skills include language models, dialogs, and cards
that can be reusable across bots.
Skill == Bot
• Dispatcher within your core Assistant
supports Interruption
• Skills contains a self-describing Skill Manifest
Skills are open source, fully customizable
• Skill Template
• Skill CLI
• C# and Typescript support
BOT FRAMEWORK SKILLS
Complete control of the
user experience
Your Brand, Your Personality, Your
Voice, Your Assistant
Complete ownership
and control of data
Your authentication,
GDPR, Data Processor and
monetization opportunity
Your Assistant,
everywhere
In the Cloud, On The Edge
All Azure regions and Languages
In your app, webpage, & chat apps
Integrated and Context
Aware
Integrated with your ecosystem and
infused with intelligence about your
customers
External assistant
integration
Integrate with your customers
chosen assistant to hand off certain
questions
Enterprise Ready
Compliant, fully enterprise ready
ISO, SOC, PCI, HIPAA
Gov Cloud
SOLUTION ACCELERATORS AND TEMPLATES
VIRTUAL ASSISTANT
Parts of Conversation
Input → Semantic Language Understanding
{
“Intent” : “order food”,
“Entity” : “type = pizza”
}
Bot business logic
Output → Language Generation
{
“Entity” : “type = pizza”
}
MODERN BOT ARCHITECTURE
Modern chatbots within the Microsoft Bot Framework rely on SKILLS
Those SKILLS are aligned to the Amazon Alexa approach of a plug & play solution
where you can add and remove skills as needed
Email
Skill
Skill
Skill
Skill
Skill
CONVERSATIONAL MECHANISMS
• Text, with optional media
attachments
• Traditional chat, can contain
media attachments
(e.g., image, video, audio,
file)
• Input prompts
• Suggested actions: Buttons,
numbered items in a list, etc.
• Rich cards
• Images, buttons, audio,
animations, etc within one
frame – Adaptive Cards
MODELLING YOUR CONVERSATION
Flexibility
Effort to implement
Dialogs
FormFlow
QnA
Bespoke
FAQs,
command & control
Data capture,
“Web forms” scenarios
Multi layered conversations
Roll your own
state management etc.
Azure Cognitive Services
SearchLanguageVision
Give your apps a human side
DecisionSpeech
Recognize, identify,
caption, index, and
moderate your pictures,
videos, and digital ink
content.
Convert spoken audio
into text, use voice for
verification, or add
speaker recognition to
your app.
Allow your apps to
process natural language
with pre-built scripts,
evaluate sentiment and
learn how to recognize
what users want.
Build apps that surface
recommendations for
informed and efficient
decision-making.
Add Bing Search APIs to
your apps and harness
the ability to comb
billions of webpages,
images, videos, and news
with a single API call.
https://ai.jumpto365.com
Azure Cognitive Services
SearchLanguageVision DecisionSpeech
Bing Autosuggest
Bing Web Search
Bing Entity Search
Bing Video Search
Bing Visual Search
Bing Custom Search
Bing News Search
Bing Image Search
Bing Local Business Search
Content Decision
Anomaly Detector
Personalizer
Language Understanding
(LUIS)
Text Analytics
Bing Spell Check
Translator Text
QnA Maker
Speaker Recognition
Speech ServicesComputer Vision
Face
Video Indexer
Custom Vision
Form Recognizer
Ink Recognizer
Language Understanding
LANGUAGE UNDERSTANDING (LUIS)
“Cloud-based API that applies
custom machine-learning
intelligence to a user's
conversational, natural language
text to predict overall meaning,
and pull out relevant, detailed
information”
Prebuilt models
Custom entities
CLI tools and v4 SDK integration
CSA STAR, ISO 27001, ISO 27018,
HIPAA and PCI DSS Compliance Always learning &
improving
Enterprise Grade,
available worldwide
LANGUAGE UNDERSTANDING EXAMPLE
Book a hotel in Graz.
LANGUAGE UNDERSTANDING EXAMPLE
{
"query": "Book a hotel in Graz.",
"topScoringIntent": {
"intent": "BookHotel",
"score": 0.921233
},
"entities": [
{
"entity": "Graz",
"type": "Location",
"startIndex": 10,
"endIndex": 13,
"score": 0.7615982
}
]
}
LANGUAGE UNDERSTANDING EXAMPLE
Book a hotel in Graz.
Intent = BookHotel Entity = Graz
QNAMAKER
“QnA Maker is a cloud-based API
service that creates a conversational,
question and answer layer over your
data.”
Data - Aggregate and extract
knowledge from non structured data
Architecture - The data and runtime
hosted in your Azure subscription.
Data privacy and compliance. QnA
data is hosted within your Azure
compliance boundary
Seamless chit-chat integration with
personalities like: Professional,
Friendly, Witty, Caring & Enthusiastic
No-code experience to
create a bot from KB
Scale as needed
TEXT ANALYTICS
Supports basic NLP scenarios
Up to 1000 1K docs per request
Call directly from Power BI & Data Lake
U-SQL; SDK supports .NET Standard +
Android
Not PAYG: paid tier starts at $150 per
month with 100K txns
Example
▪ I had a wonderful experience! The rooms
were wonderful and the staff was helpful.
"name": "English"
"score": 0.99979335069656372
wonderful experience",
"staff",
"rooms"
TRANSLATOR (TEXT)
Cloud-based open API service
Supports 60+ languages
Powers Bing, Edge, mobile apps, Office,
Yammer, VS, Skype, eBay, Etsy, HP, …
XML-based API ; supports detect, bulk
operations
Pay-per-character (2M free)
Cet outil de traduction est
un moyen facile d'étendre
la portée de vos contenus
internes et externes.
Client app or webpage
此翻译工具是可以轻松
地扩展您的内部和外部
内容的覆盖范围。
WEB API
SAMPLES
Enduser with question
Experts with answer
DEMO –
TEAMS FAQ PLUS BOT
TEAMS FAQ PLUS BOT
MULTILINGUAL QNA CHATBOT
User can talk to bot in more than 70 languages
Bot translates message into his native language
Bot requests QnA Maker with translated question
which may be stored on a website or in
SharePoint Online and re-translates it into user‘s
language
Channels
Azure Bot
Service
Translator Text QnA Maker
Website/
SharePoint Site
CONVERSATIONAL CHATBOT FOR HOTEL
RESERVATIONS ON AZURE
Viewing a restaurant take-out
menu and ordering food
Checking hotel availability
and reserving a room
Searching available photos
and ordering prints
Situation: Solution: Impact:
“Our digital innovation platform built on Microsoft Azure helps us deliver the best
possible fan experiences for the world’s best sports league.”
LaLiga has hundreds of millions of
global fans, and the league is
always seeking new ways to keep
them engaged and entertained. To
take advantage of the popularity of
voice services, LaLiga wanted to
create a conversational AI assistant.
LaLiga created a digital
innovation platform with
Microsoft Azure services, and it
built the LaLiga virtual assistant
using Azure Cognitive Services
to give fans a multichannel,
voice-based source of league
and player information.
Fans can now engage even more deeply
with LaLiga by just asking questions using
their mobile phones. The success of the
digital innovation platform is driving the
league to explore exciting new
technologies like AI and augmented reality
to make its well-loved brand an even
bigger global phenomenon.
Customer:
LaLiga
Industry:
Media and entertainment
Size:
581 employees
Country:
Spain
Products and services:
Microsoft Azure
Azure App Service
Azure Bot Service
Azure Cache for Redis
Azure Cognitive Services
Azure SQL Database
Microsoft Bot Framework
Read full story here
—Jose Carlos Franco, Head of Data & Analytics, LaLiga
HOW TO IMPLEMENT A CHATBOT
BRAINSTORMING
MAKE IT YOUR BRAND
MOCKUP
CONVERSATIONS
TEST / ITERATION /
CONTINOUS
IMPROVEMENT
ITERATIONUSE CASE & PERSONA
DEFINITION
6,6
3,8 4,1
9,7
3,6
FEEDBACK FROM USERS
PROTOTYPING
TYPICAL PROJECT PLAN
LIFT-OFF
Kickoff
Mockup
Prototyping
Releaseof
prototype
Feedback-
iteration#1
Test phase
Implementation
feedback#11
Feedback-
iteration#2
Implementation
feedback#11
Releaseofbot
Awesome SDKs
Rich tool set
Great samples, templates,
solutions and docs
https://github.com/Microsoft/botbuilder-tools
https://github.com/Microsoft/botbuilder-samples
https://github.com/Microsoft/AI/Solutions
COMPREHENSIVE BOT DEVELOPMENT
THE LIFECYCLE OF YOUR PROJECT
Comprehensive framework for the lifecycle of your project
Plan Build Test Publish Connect Evaluate
Author Dialogs
Design Cards
Visualize
Bot Builder SDK
Cognitive Services
Getting Started
Templates
Emulator​
Application
Insights
Conversation
Transcripts
DevOps Tools
Azure
BYO Web Host
WebChat
Cortana
Skype, FB
+
Custom
(DirectLine)
Application
Insights
LUIS
Suggestions
DEVELOPMENT LIFECYCLE: PLAN
Plan Build Test Publish Connect Evaluate
user=vishwac
bot=cafebot
user:What are your locations
bot:We have Cafe locations in Redmond,
Seattle, Renton and Bellevue
user:who is your CEO
bot:Joshua Newmann is the CEO of Contoso Cafe
user:Are you hiring
bot:You bet, we always are. Please visit
http://contosocafe.com/careers
CHATDOWN
Mocking Conversation
DEVELOPMENT LIFECYCLE: BUILD
Plan Build Test Publish Connect Evaluate
TEMPLATES AND SOLUTIONS
To help more businesses and customers succeed with
great conversational experiences, we are creating a
series of Templates to greatly simplify getting started
and Solutions to help enable complex new scenarios.
Bringing together all of the best practices and
supporting components we've identified through
building the first wave of Conversational Experiences.
Templates
• Basic
• Core
• Echo
Solutions
• Virtual Assistant
TEMPLATES AND SOLUTIONS
5 minutes to a working end-to-end conversational experience
• Introduction message with Adaptive Cards
• Automated typing indicators
• .bot file driven configuration
• Example Dialogs
• Basic conversational intents in multiple languages
• Example responses abstracted into separate View classes.
• Inappropriate / PII detection with Content Moderator
• Transcripts of all conversations stored in Azure Storage
• QnAMaker Integration
• Integrated Dispatcher for LUIS and QnA targets
• Application Insights and PowerBI for Conversation Analytics
• Authentication
• Complete automated deployment of all aspects
• Open Sourced and updated regularly.
Modeling: language understanding
Creating: language understanding
# Greeting
- Hi
- Hello
- Good morning
# BookFlight
- book a flight from {fromCity=new york} to
{toCity=seattle}
### ? What can you do?
```markdown
I can greet and provide help
```
# Import LUIS model
luis import version --in myapp.json
# Train our LUIS model from LuDown
luis train version
# Publish the luis model
luis publish version
# Ask for a prediction
luis query -q <querytext> --region <region>
LUIS QnALanguage UnderstandingLANGUAGE UNDERSTANDING
LANGUAGE GENERATION
Create sophisticated responses
• Dynamic and randomize bot responses (avoid uncomfortable repetition)
• Use bot memory (entities)
• Template driven
• Conditional responses
DevOps
• Separate content from code and business logic and development lifecycle
• Make changes to bot’s responses without the need to redeploy the entire bot
• Enable non-dev personas to author bot responses
• Localization
Solution
• Standard, human readable, declarative file format representing language generation
• Built in support for template (including template nesting), binding to bot memory,
Conditional responses using a common expression language
Customer’s asks for bot response generation
LANGUAGE GENERATION
Example of a template that includes
composition reference to another template
# GreetingReply
- [GreetingPrefix], [timeOfDayGreeting]
# GreetingPrefix
- Hi
- Hello
# timeOfDayGreeting
- IF: {timeOfDay == 'morning'}
- good morning
- ELSEIF: {timeOfDay == 'afternoon'}
- good afternoon
- ELSE:
- good evening
Generating Sophisticated Responses
Hi, good morning
Hi, good afternoon
Hi, good evening
Hello, good morning
Hello, good afternoon
Hello, good evening
Plan Build Test Publish Connect Evaluate
DEVELOPMENT LIFECYCLE: TEST
BOT FRAMEWORK
EMULATOR
• Test and debug bots
locally and in cloud
• View and manage bot’s
services
• Built in inspectors for
LUIS and QnA
• Train and publish directly
from emulator
• Extensible plugins for
inspectors
Plan Build Test Publish Connect Evaluate
DEVELOPMENT LIFECYCLE: PUBLISH
PUBLISH VIA CLI
You can use the Azure CLI
tool to create, download
and publish your bot to
Azure Bot Service.
> az bot –h
Group
az bot: Manage Bot Services.
Commands:
create : Create a new Bot Service.
delete : Delete an existing Bot
Service.
download : Download an existing Bot
Service.
publish : Publish to an existing Bot
Service.
show : Get an existing Bot Service.
update : Update an existing Bot
Service.
Plan Build Test Publish Connect Evaluate
DEVELOPMENT LIFECYCLE: CONNECT
Now supporting 20+ Channels!
What is new
Amazon Alexa • Google Assistant
Direct Line Speech (preview) • WebChat Adapter
Direct Line for Vnets
SUPPORTED CHANNELS
CONNECT BOT TO CHANNELS VIA AZURE CLI
Create bots and manage
channels
> az bot -h
Group
az bot: Manage Bot Services.
Subgroups:
directline: Manage Directline Channel on a Bot.
email : Manage Email Channel on a Bot.
facebook : Manage Facebook Channel on a Bot.
kik : Manage Kik Channel on a Bot.
msteams : Manage Msteams Channel on a Bot.
skype : Manage Skype Channel on a Bot.
slack : Manage Slack Channel on a Bot.
sms : Manage Sms Channel on a Bot.
telegram : Manage Telegram Channel on a Bot.
webchat : Manage Webchat Channel on a Bot.
Commands:
create : Create a new Bot Service.
delete : Delete an existing Bot Service.
download : Download an existing Bot Service.
publish : Publish to an existing Bot Service.
show : Get an existing Bot Service.
update : Update an existing Bot Service.
Plan Build Test Publish Connect Evaluate
DEVELOPMENT LIFECYCLE: EVALUATE
EVALUATE
Built-In Bot Analytics
Application Insights
CONTINUOUS IMPROVEMENT
Instrumentation provided by
App Insights; added by default
in Bot Service
Extend instrumentation through
AI SDK
If you are not building bots
that will actually be used,
then you are not building
bots
HANDS ON/CHALLENGE
Start from https://qnamaker.ai & create a QnA bot with the
following URL to get QnA pairs from:
▪ http://bit.ly/nacs2019
Connect the bot to Microsoft Teams and chat with the bot
in Teams
bit.ly/SelectedTech
FEEDBACK
http://bit.ly/AITrendwerkstatt2
Please fill out
DANKE

Más contenido relacionado

La actualidad más candente

Designing XR Experiences with Speech & Natural Language Understanding in Unity
Designing XR Experiences with Speech & Natural Language Understandingin UnityDesigning XR Experiences with Speech & Natural Language Understandingin Unity
Designing XR Experiences with Speech & Natural Language Understanding in UnityNick Landry
 
Azure Bot Framework
Azure Bot FrameworkAzure Bot Framework
Azure Bot FrameworkPhat Nguyen
 
Clever data: building a chatbot from your database
Clever data: building a chatbot from your databaseClever data: building a chatbot from your database
Clever data: building a chatbot from your databaseLuis Beltran
 
Building the intelligent future
Building the intelligent futureBuilding the intelligent future
Building the intelligent futureMoscow Digital
 
Arya.ai artificial intelligence platform vinay kumar
Arya.ai   artificial intelligence platform  vinay kumarArya.ai   artificial intelligence platform  vinay kumar
Arya.ai artificial intelligence platform vinay kumarTechXpla
 
SharePoint Saturday Belgium 2018 A 21st century lunch bell
SharePoint Saturday Belgium 2018 A 21st century lunch bellSharePoint Saturday Belgium 2018 A 21st century lunch bell
SharePoint Saturday Belgium 2018 A 21st century lunch bellThomas Gölles
 
Building Mixed Reality Experiences with the HoloToolkit for Unity
Building Mixed Reality Experiences with the HoloToolkit for UnityBuilding Mixed Reality Experiences with the HoloToolkit for Unity
Building Mixed Reality Experiences with the HoloToolkit for UnityNick Landry
 
HTML 5 Development for Windows Phone and Desktop
HTML 5 Development for Windows Phone and DesktopHTML 5 Development for Windows Phone and Desktop
HTML 5 Development for Windows Phone and DesktopDoris Chen
 
QR Codes - The Basics, plus recommendations for how to use them
QR Codes - The Basics, plus recommendations for how to use themQR Codes - The Basics, plus recommendations for how to use them
QR Codes - The Basics, plus recommendations for how to use themBusinessOnline
 
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017Eran Stiller
 
Sharepoint 2010 composites
Sharepoint 2010   compositesSharepoint 2010   composites
Sharepoint 2010 compositesKashif Akram
 
Mz Develpment Process Web Doug
Mz Develpment Process Web DougMz Develpment Process Web Doug
Mz Develpment Process Web DougAdelhelmzimmerman
 
Mz Develpment Process Web Andrew
Mz Develpment Process Web AndrewMz Develpment Process Web Andrew
Mz Develpment Process Web AndrewAndrew Watts
 

La actualidad más candente (14)

Designing XR Experiences with Speech & Natural Language Understanding in Unity
Designing XR Experiences with Speech & Natural Language Understandingin UnityDesigning XR Experiences with Speech & Natural Language Understandingin Unity
Designing XR Experiences with Speech & Natural Language Understanding in Unity
 
Azure Bot Framework
Azure Bot FrameworkAzure Bot Framework
Azure Bot Framework
 
Clever data: building a chatbot from your database
Clever data: building a chatbot from your databaseClever data: building a chatbot from your database
Clever data: building a chatbot from your database
 
Building the intelligent future
Building the intelligent futureBuilding the intelligent future
Building the intelligent future
 
Arya.ai artificial intelligence platform vinay kumar
Arya.ai   artificial intelligence platform  vinay kumarArya.ai   artificial intelligence platform  vinay kumar
Arya.ai artificial intelligence platform vinay kumar
 
SharePoint Saturday Belgium 2018 A 21st century lunch bell
SharePoint Saturday Belgium 2018 A 21st century lunch bellSharePoint Saturday Belgium 2018 A 21st century lunch bell
SharePoint Saturday Belgium 2018 A 21st century lunch bell
 
Building Mixed Reality Experiences with the HoloToolkit for Unity
Building Mixed Reality Experiences with the HoloToolkit for UnityBuilding Mixed Reality Experiences with the HoloToolkit for Unity
Building Mixed Reality Experiences with the HoloToolkit for Unity
 
HTML 5 Development for Windows Phone and Desktop
HTML 5 Development for Windows Phone and DesktopHTML 5 Development for Windows Phone and Desktop
HTML 5 Development for Windows Phone and Desktop
 
Microsoft Cognitive Service, Tap into the Power of Machine Learning with Easy...
Microsoft Cognitive Service, Tap into the Power of Machine Learning with Easy...Microsoft Cognitive Service, Tap into the Power of Machine Learning with Easy...
Microsoft Cognitive Service, Tap into the Power of Machine Learning with Easy...
 
QR Codes - The Basics, plus recommendations for how to use them
QR Codes - The Basics, plus recommendations for how to use themQR Codes - The Basics, plus recommendations for how to use them
QR Codes - The Basics, plus recommendations for how to use them
 
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017
 
Sharepoint 2010 composites
Sharepoint 2010   compositesSharepoint 2010   composites
Sharepoint 2010 composites
 
Mz Develpment Process Web Doug
Mz Develpment Process Web DougMz Develpment Process Web Doug
Mz Develpment Process Web Doug
 
Mz Develpment Process Web Andrew
Mz Develpment Process Web AndrewMz Develpment Process Web Andrew
Mz Develpment Process Web Andrew
 

Similar a Solvion Trendwerkstatt - Microsoft Azure + Bots

Da 0 all'AI conversazionale usando Microsoft Azure
Da 0 all'AI conversazionale usando Microsoft AzureDa 0 all'AI conversazionale usando Microsoft Azure
Da 0 all'AI conversazionale usando Microsoft AzureMarco Parenzan
 
SharePoint Saturday Warsaw - Conversational AI applications in Microsoft Teams
SharePoint Saturday Warsaw - Conversational AI applications in Microsoft TeamsSharePoint Saturday Warsaw - Conversational AI applications in Microsoft Teams
SharePoint Saturday Warsaw - Conversational AI applications in Microsoft TeamsThomas Gölles
 
SharePoint Saturday Belgium 2019 Unite your modern workplace with microsofst...
SharePoint Saturday Belgium 2019  Unite your modern workplace with microsofst...SharePoint Saturday Belgium 2019  Unite your modern workplace with microsofst...
SharePoint Saturday Belgium 2019 Unite your modern workplace with microsofst...Thomas Gölles
 
Enterprise Content Sharing Bots & AI
Enterprise Content Sharing Bots & AIEnterprise Content Sharing Bots & AI
Enterprise Content Sharing Bots & AISam Fernando
 
Microsoft teams & bot framework - A developer's perspective
Microsoft teams & bot framework - A developer's perspectiveMicrosoft teams & bot framework - A developer's perspective
Microsoft teams & bot framework - A developer's perspectiveThomas Gölles
 
Build a Great Conversationalist
Build a Great ConversationalistBuild a Great Conversationalist
Build a Great ConversationalistLorenzo Barbieri
 
Dynamics 365 Saturday Melbourne - AI & Bots with Dynamics
Dynamics 365 Saturday Melbourne - AI & Bots with Dynamics Dynamics 365 Saturday Melbourne - AI & Bots with Dynamics
Dynamics 365 Saturday Melbourne - AI & Bots with Dynamics Sam Fernando
 
Microsoft Teams Development - Conversational AI
Microsoft Teams Development - Conversational AIMicrosoft Teams Development - Conversational AI
Microsoft Teams Development - Conversational AIThomas Gölles
 
AI at Microsoft for HEC
AI at Microsoft for HECAI at Microsoft for HEC
AI at Microsoft for HECAlex Danvy
 
Global Azure2021 Verona.pptx
Global Azure2021 Verona.pptxGlobal Azure2021 Verona.pptx
Global Azure2021 Verona.pptxLuis Beltran
 
Borys Rybak “How to make your data smart with Artificial Intelligence and Mac...
Borys Rybak “How to make your data smart with Artificial Intelligence and Mac...Borys Rybak “How to make your data smart with Artificial Intelligence and Mac...
Borys Rybak “How to make your data smart with Artificial Intelligence and Mac...Lviv Startup Club
 
Building conversation AI using Azure Bot & LUIS
Building conversation AI using Azure Bot & LUISBuilding conversation AI using Azure Bot & LUIS
Building conversation AI using Azure Bot & LUISNitin Raj
 
ESPC Teams week Microsoft Teams & Bot Framework – a Developer’s Perspective
ESPC Teams week Microsoft Teams & Bot Framework – a Developer’s PerspectiveESPC Teams week Microsoft Teams & Bot Framework – a Developer’s Perspective
ESPC Teams week Microsoft Teams & Bot Framework – a Developer’s PerspectiveThomas Gölles
 
.NET Fest 2018. Олександр Краковецький. Microsoft AI: створюємо програмні ріш...
.NET Fest 2018. Олександр Краковецький. Microsoft AI: створюємо програмні ріш....NET Fest 2018. Олександр Краковецький. Microsoft AI: створюємо програмні ріш...
.NET Fest 2018. Олександр Краковецький. Microsoft AI: створюємо програмні ріш...NETFest
 
Realizzare un Virtual Assistant con Bot Framework Azure e Unity
Realizzare un Virtual Assistant con Bot Framework Azure e UnityRealizzare un Virtual Assistant con Bot Framework Azure e Unity
Realizzare un Virtual Assistant con Bot Framework Azure e UnityMarco Parenzan
 
Tour de France Azure PaaS 6/7 Ajouter de l'intelligence
Tour de France Azure PaaS 6/7 Ajouter de l'intelligenceTour de France Azure PaaS 6/7 Ajouter de l'intelligence
Tour de France Azure PaaS 6/7 Ajouter de l'intelligenceAlex Danvy
 
#BeBot Meetup - Chatbots & LUIS by Nick Trogh (Microsoft)
#BeBot Meetup - Chatbots & LUIS by Nick Trogh (Microsoft)#BeBot Meetup - Chatbots & LUIS by Nick Trogh (Microsoft)
#BeBot Meetup - Chatbots & LUIS by Nick Trogh (Microsoft)Faction XYZ
 

Similar a Solvion Trendwerkstatt - Microsoft Azure + Bots (20)

Da 0 all'AI conversazionale usando Microsoft Azure
Da 0 all'AI conversazionale usando Microsoft AzureDa 0 all'AI conversazionale usando Microsoft Azure
Da 0 all'AI conversazionale usando Microsoft Azure
 
Bots & Teams: el poder de Grayskull
Bots & Teams: el poder de GrayskullBots & Teams: el poder de Grayskull
Bots & Teams: el poder de Grayskull
 
SharePoint Saturday Warsaw - Conversational AI applications in Microsoft Teams
SharePoint Saturday Warsaw - Conversational AI applications in Microsoft TeamsSharePoint Saturday Warsaw - Conversational AI applications in Microsoft Teams
SharePoint Saturday Warsaw - Conversational AI applications in Microsoft Teams
 
SharePoint Saturday Belgium 2019 Unite your modern workplace with microsofst...
SharePoint Saturday Belgium 2019  Unite your modern workplace with microsofst...SharePoint Saturday Belgium 2019  Unite your modern workplace with microsofst...
SharePoint Saturday Belgium 2019 Unite your modern workplace with microsofst...
 
Enterprise Content Sharing Bots & AI
Enterprise Content Sharing Bots & AIEnterprise Content Sharing Bots & AI
Enterprise Content Sharing Bots & AI
 
Microsoft teams & bot framework - A developer's perspective
Microsoft teams & bot framework - A developer's perspectiveMicrosoft teams & bot framework - A developer's perspective
Microsoft teams & bot framework - A developer's perspective
 
Build a Great Conversationalist
Build a Great ConversationalistBuild a Great Conversationalist
Build a Great Conversationalist
 
Dynamics 365 Saturday Melbourne - AI & Bots with Dynamics
Dynamics 365 Saturday Melbourne - AI & Bots with Dynamics Dynamics 365 Saturday Melbourne - AI & Bots with Dynamics
Dynamics 365 Saturday Melbourne - AI & Bots with Dynamics
 
Microsoft Teams Development - Conversational AI
Microsoft Teams Development - Conversational AIMicrosoft Teams Development - Conversational AI
Microsoft Teams Development - Conversational AI
 
Conversational AI: What's New?
Conversational AI: What's New?Conversational AI: What's New?
Conversational AI: What's New?
 
AI at Microsoft for HEC
AI at Microsoft for HECAI at Microsoft for HEC
AI at Microsoft for HEC
 
Global Azure2021 Verona.pptx
Global Azure2021 Verona.pptxGlobal Azure2021 Verona.pptx
Global Azure2021 Verona.pptx
 
Borys Rybak “How to make your data smart with Artificial Intelligence and Mac...
Borys Rybak “How to make your data smart with Artificial Intelligence and Mac...Borys Rybak “How to make your data smart with Artificial Intelligence and Mac...
Borys Rybak “How to make your data smart with Artificial Intelligence and Mac...
 
Building conversation AI using Azure Bot & LUIS
Building conversation AI using Azure Bot & LUISBuilding conversation AI using Azure Bot & LUIS
Building conversation AI using Azure Bot & LUIS
 
ESPC Teams week Microsoft Teams & Bot Framework – a Developer’s Perspective
ESPC Teams week Microsoft Teams & Bot Framework – a Developer’s PerspectiveESPC Teams week Microsoft Teams & Bot Framework – a Developer’s Perspective
ESPC Teams week Microsoft Teams & Bot Framework – a Developer’s Perspective
 
.NET Fest 2018. Олександр Краковецький. Microsoft AI: створюємо програмні ріш...
.NET Fest 2018. Олександр Краковецький. Microsoft AI: створюємо програмні ріш....NET Fest 2018. Олександр Краковецький. Microsoft AI: створюємо програмні ріш...
.NET Fest 2018. Олександр Краковецький. Microsoft AI: створюємо програмні ріш...
 
Realizzare un Virtual Assistant con Bot Framework Azure e Unity
Realizzare un Virtual Assistant con Bot Framework Azure e UnityRealizzare un Virtual Assistant con Bot Framework Azure e Unity
Realizzare un Virtual Assistant con Bot Framework Azure e Unity
 
Tour de France Azure PaaS 6/7 Ajouter de l'intelligence
Tour de France Azure PaaS 6/7 Ajouter de l'intelligenceTour de France Azure PaaS 6/7 Ajouter de l'intelligence
Tour de France Azure PaaS 6/7 Ajouter de l'intelligence
 
Building intelligentchatbots
Building intelligentchatbotsBuilding intelligentchatbots
Building intelligentchatbots
 
#BeBot Meetup - Chatbots & LUIS by Nick Trogh (Microsoft)
#BeBot Meetup - Chatbots & LUIS by Nick Trogh (Microsoft)#BeBot Meetup - Chatbots & LUIS by Nick Trogh (Microsoft)
#BeBot Meetup - Chatbots & LUIS by Nick Trogh (Microsoft)
 

Último

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 

Último (20)

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 

Solvion Trendwerkstatt - Microsoft Azure + Bots

  • 2. STEPHAN BISSER ? https://bisser.io t @stephanbisser E stephan.bisser@solvion.net # Graz, Austria ` http://bit.ly/LEARN_TO_BOT
  • 3. TIMING 09:00-10:30 Workshop 10:30-10:45 Break 10:45-12:15 Workshop 12:15-13:00 Lunch 13:00-14:00 Workshop
  • 4. AGENDA 1 Überblick Microsoft AI 2 Überblick Conversational AI 3 Praxisbeispiele 4 Best Practices 5 Hands On
  • 7.
  • 8.
  • 9.
  • 11. Azure AI Machine learning Azure Databricks Azure Machine Learning Azure AI Infrastructure AI apps & agents Azure Bot Service Azure Cognitive Services Knowledge mining Azure Cognitive Search For every person and every organization
  • 12. DIGITAL TRANSFORMATION + AI Artificial Intelligence
  • 13.
  • 15. 2000s: Mobile • Social • User download apps from App Stores The future: Conversations • Natural language between people and technology • Conversational canvas • Bots and agents • Conversational AI 1990s: Internet • Search • User “visits” websites 1980s: PC • Desktop The evolution of computers and IT
  • 17. CONVERSATIONAL AI A new user interface paradigm Exposes software services through conversational interface In apps, browser and on IoT devices Pro-active capabilities (Virtual Assistant etc.) Bots Conversational AI is a subfield of artificial intelligence focused on producing natural and seamless conversations between humans and computers
  • 18. CONVERSATIONAL AI Software as a service, SaaS solutions To enable out-of-the-box conversational AI services for key solutions Pre-trained AI, Cognitive Services To add and customize language, speech, knowledge & vision Managed bot service, Azure Bot Service To accelerate building, management and deployment of conversational AI Popular open source frameworks, Bot SDK on Github To fully integrate and customize your solution with any AI technology Solution accelerators and templates, PaaS To accelerate conversational AI solutions From the Intelligent Cloud to the Intelligent Edge Customer Care Bot Template Virtual Assistant Solution accelerator Enterprise HR Template LanguageSpeech … DecisionVision Web search Customer ServiceCortana, Teams Virtual Agent BotKit SDK Bot Framework Azure Bot Service
  • 19. BUILDING CONVERSATIONAL APPS & AGENTS Vision Language Speech
  • 20. BOTS 101 • “a computer program designed to have a conversation with a human being, especially over the internet” * • Solves the user’s needs in the quickest/easiest way compared to any other option... • Introduce AI in a friendly way * https://dictionary.cambridge.org/dictionary/english/chatbot
  • 21. WHY DO WE NEED CHATBOTS? 24/7 They are always available and respond at any time QnA They answer your users’ questions with knowledge stored in your data silos Personal Assistant They can be seen as personal assistants who ease the daily work for your users
  • 22. TYPES OF CHATBOTS INTERNAL EXTERNAL Personal assistant Team assistant Company assistant Public facing website bot QnA endpoint for customers on various channels Partner assistant
  • 23. MODERNIZING THE COMPANY FAQ Company info Departmental knowledge Troubleshooting/support + ++
  • 24. BOT FRAMEWORK V4 SDK • GA - C# and Java Script • C# support .NET Core • Python and Java - still in preview • Incorporates learnings from V3 • Open, Modular and extensible architecture • Agile and customizable dialog system • Share the same implementation across C#, Java Script, Java and Python • Rich visual controls (cards, buttons, images, videos, adaptive cards) • Seamless integration with Azure and Cognitive Services • Modern toolchain (streamline development and deployment) • Open Source and rich ecosystem
  • 25. MICROSOFT BOT FRAMEWORK Users Direct Line Mail Bing kik Facebook Messenger Web Chat 3rd Party 3rd Slack GroupMe CortanaMicrosoft Teams Telegram Twilio (SMS) SkypeOffice 365 Channels * still in preview Conversational AI Platform Bot Builder SDKs C# .NET SDK Java SDK*JavaScript SDK Python SDK* Cognitive ServicesVision Speech Search Language Knowledge Patterns & ConceptsRecognizers CardsMiddlewareState Dialogs Web App Bot Bot Channels Registration Bot Service Types HostingMicrosoft Azure On-premises Other Cloud Service Providers
  • 26.  10+ Public Repos • SDK V4: C#, JavaScript, Python, Java • SDK V3 (C#, JavaScript) • CLI Tools • Emulator • WebChat Control • Documentation • BotBuilder-Samples https://github.com/BotBuilderCommunity • Extending the core Bot Framework SDKs • Middleware, dialogs, helper Bot Framework – Open Source Project
  • 28. Adapter Creates a turn context and calls the middleware. Middleware Linear set of components that are each executed in a pipeline. Can short circuit a turn, in which case the next turn handler isn’t called. Services Pre-built components to easily add Cognitive Services to your bot. State Persist context between interactions. Your Bot Acts on inbound message and applies your custom business logic. SDK: How does it work?SDK: How does it work?
  • 31. Virtual Assistant Bot Framework + Cognitive Services Cognitive Services Your Assistant Your Brand Your Personality Language Understanding Speech VisionQnA Dispatch Office Graph Knowledge Sources Manuals (PDF) Data Sources General Knowledge Points of Interest Mail Automotive Custom Other Bots Skills (Customizable) APIs Directory Tasks Calendar 3P Assistants Type Speak Tap User Input Devices Channels Azure Bot Service Adaptive Cards
  • 32. Office Graph Knowledge Sources Manuals (PDF) Data Sources General Knowledge Points of Interest Mail Automotive Custom Other Bots Skills (Customizable) APIs Directory Tasks Calendar 3P Assistants Skills include language models, dialogs, and cards that can be reusable across bots. Skill == Bot • Dispatcher within your core Assistant supports Interruption • Skills contains a self-describing Skill Manifest Skills are open source, fully customizable • Skill Template • Skill CLI • C# and Typescript support BOT FRAMEWORK SKILLS
  • 33. Complete control of the user experience Your Brand, Your Personality, Your Voice, Your Assistant Complete ownership and control of data Your authentication, GDPR, Data Processor and monetization opportunity Your Assistant, everywhere In the Cloud, On The Edge All Azure regions and Languages In your app, webpage, & chat apps Integrated and Context Aware Integrated with your ecosystem and infused with intelligence about your customers External assistant integration Integrate with your customers chosen assistant to hand off certain questions Enterprise Ready Compliant, fully enterprise ready ISO, SOC, PCI, HIPAA Gov Cloud SOLUTION ACCELERATORS AND TEMPLATES VIRTUAL ASSISTANT
  • 34. Parts of Conversation Input → Semantic Language Understanding { “Intent” : “order food”, “Entity” : “type = pizza” } Bot business logic Output → Language Generation { “Entity” : “type = pizza” }
  • 35. MODERN BOT ARCHITECTURE Modern chatbots within the Microsoft Bot Framework rely on SKILLS Those SKILLS are aligned to the Amazon Alexa approach of a plug & play solution where you can add and remove skills as needed Email Skill Skill Skill Skill Skill
  • 36.
  • 37. CONVERSATIONAL MECHANISMS • Text, with optional media attachments • Traditional chat, can contain media attachments (e.g., image, video, audio, file) • Input prompts • Suggested actions: Buttons, numbered items in a list, etc. • Rich cards • Images, buttons, audio, animations, etc within one frame – Adaptive Cards
  • 38. MODELLING YOUR CONVERSATION Flexibility Effort to implement Dialogs FormFlow QnA Bespoke FAQs, command & control Data capture, “Web forms” scenarios Multi layered conversations Roll your own state management etc.
  • 39. Azure Cognitive Services SearchLanguageVision Give your apps a human side DecisionSpeech Recognize, identify, caption, index, and moderate your pictures, videos, and digital ink content. Convert spoken audio into text, use voice for verification, or add speaker recognition to your app. Allow your apps to process natural language with pre-built scripts, evaluate sentiment and learn how to recognize what users want. Build apps that surface recommendations for informed and efficient decision-making. Add Bing Search APIs to your apps and harness the ability to comb billions of webpages, images, videos, and news with a single API call.
  • 41. Azure Cognitive Services SearchLanguageVision DecisionSpeech Bing Autosuggest Bing Web Search Bing Entity Search Bing Video Search Bing Visual Search Bing Custom Search Bing News Search Bing Image Search Bing Local Business Search Content Decision Anomaly Detector Personalizer Language Understanding (LUIS) Text Analytics Bing Spell Check Translator Text QnA Maker Speaker Recognition Speech ServicesComputer Vision Face Video Indexer Custom Vision Form Recognizer Ink Recognizer
  • 43. LANGUAGE UNDERSTANDING (LUIS) “Cloud-based API that applies custom machine-learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information” Prebuilt models Custom entities CLI tools and v4 SDK integration CSA STAR, ISO 27001, ISO 27018, HIPAA and PCI DSS Compliance Always learning & improving Enterprise Grade, available worldwide
  • 45. LANGUAGE UNDERSTANDING EXAMPLE { "query": "Book a hotel in Graz.", "topScoringIntent": { "intent": "BookHotel", "score": 0.921233 }, "entities": [ { "entity": "Graz", "type": "Location", "startIndex": 10, "endIndex": 13, "score": 0.7615982 } ] }
  • 46. LANGUAGE UNDERSTANDING EXAMPLE Book a hotel in Graz. Intent = BookHotel Entity = Graz
  • 47.
  • 48. QNAMAKER “QnA Maker is a cloud-based API service that creates a conversational, question and answer layer over your data.” Data - Aggregate and extract knowledge from non structured data Architecture - The data and runtime hosted in your Azure subscription. Data privacy and compliance. QnA data is hosted within your Azure compliance boundary Seamless chit-chat integration with personalities like: Professional, Friendly, Witty, Caring & Enthusiastic No-code experience to create a bot from KB Scale as needed
  • 49.
  • 50. TEXT ANALYTICS Supports basic NLP scenarios Up to 1000 1K docs per request Call directly from Power BI & Data Lake U-SQL; SDK supports .NET Standard + Android Not PAYG: paid tier starts at $150 per month with 100K txns Example ▪ I had a wonderful experience! The rooms were wonderful and the staff was helpful. "name": "English" "score": 0.99979335069656372 wonderful experience", "staff", "rooms"
  • 51. TRANSLATOR (TEXT) Cloud-based open API service Supports 60+ languages Powers Bing, Edge, mobile apps, Office, Yammer, VS, Skype, eBay, Etsy, HP, … XML-based API ; supports detect, bulk operations Pay-per-character (2M free) Cet outil de traduction est un moyen facile d'étendre la portée de vos contenus internes et externes. Client app or webpage 此翻译工具是可以轻松 地扩展您的内部和外部 内容的覆盖范围。 WEB API
  • 55. DEMO – TEAMS FAQ PLUS BOT
  • 57. MULTILINGUAL QNA CHATBOT User can talk to bot in more than 70 languages Bot translates message into his native language Bot requests QnA Maker with translated question which may be stored on a website or in SharePoint Online and re-translates it into user‘s language Channels Azure Bot Service Translator Text QnA Maker Website/ SharePoint Site
  • 58. CONVERSATIONAL CHATBOT FOR HOTEL RESERVATIONS ON AZURE Viewing a restaurant take-out menu and ordering food Checking hotel availability and reserving a room Searching available photos and ordering prints
  • 59.
  • 60. Situation: Solution: Impact: “Our digital innovation platform built on Microsoft Azure helps us deliver the best possible fan experiences for the world’s best sports league.” LaLiga has hundreds of millions of global fans, and the league is always seeking new ways to keep them engaged and entertained. To take advantage of the popularity of voice services, LaLiga wanted to create a conversational AI assistant. LaLiga created a digital innovation platform with Microsoft Azure services, and it built the LaLiga virtual assistant using Azure Cognitive Services to give fans a multichannel, voice-based source of league and player information. Fans can now engage even more deeply with LaLiga by just asking questions using their mobile phones. The success of the digital innovation platform is driving the league to explore exciting new technologies like AI and augmented reality to make its well-loved brand an even bigger global phenomenon. Customer: LaLiga Industry: Media and entertainment Size: 581 employees Country: Spain Products and services: Microsoft Azure Azure App Service Azure Bot Service Azure Cache for Redis Azure Cognitive Services Azure SQL Database Microsoft Bot Framework Read full story here —Jose Carlos Franco, Head of Data & Analytics, LaLiga
  • 61.
  • 62.
  • 63. HOW TO IMPLEMENT A CHATBOT BRAINSTORMING MAKE IT YOUR BRAND MOCKUP CONVERSATIONS TEST / ITERATION / CONTINOUS IMPROVEMENT ITERATIONUSE CASE & PERSONA DEFINITION 6,6 3,8 4,1 9,7 3,6 FEEDBACK FROM USERS PROTOTYPING
  • 64. TYPICAL PROJECT PLAN LIFT-OFF Kickoff Mockup Prototyping Releaseof prototype Feedback- iteration#1 Test phase Implementation feedback#11 Feedback- iteration#2 Implementation feedback#11 Releaseofbot
  • 65. Awesome SDKs Rich tool set Great samples, templates, solutions and docs https://github.com/Microsoft/botbuilder-tools https://github.com/Microsoft/botbuilder-samples https://github.com/Microsoft/AI/Solutions COMPREHENSIVE BOT DEVELOPMENT
  • 66. THE LIFECYCLE OF YOUR PROJECT Comprehensive framework for the lifecycle of your project Plan Build Test Publish Connect Evaluate Author Dialogs Design Cards Visualize Bot Builder SDK Cognitive Services Getting Started Templates Emulator​ Application Insights Conversation Transcripts DevOps Tools Azure BYO Web Host WebChat Cortana Skype, FB + Custom (DirectLine) Application Insights LUIS Suggestions
  • 67. DEVELOPMENT LIFECYCLE: PLAN Plan Build Test Publish Connect Evaluate
  • 68. user=vishwac bot=cafebot user:What are your locations bot:We have Cafe locations in Redmond, Seattle, Renton and Bellevue user:who is your CEO bot:Joshua Newmann is the CEO of Contoso Cafe user:Are you hiring bot:You bet, we always are. Please visit http://contosocafe.com/careers CHATDOWN Mocking Conversation
  • 69. DEVELOPMENT LIFECYCLE: BUILD Plan Build Test Publish Connect Evaluate
  • 70. TEMPLATES AND SOLUTIONS To help more businesses and customers succeed with great conversational experiences, we are creating a series of Templates to greatly simplify getting started and Solutions to help enable complex new scenarios. Bringing together all of the best practices and supporting components we've identified through building the first wave of Conversational Experiences. Templates • Basic • Core • Echo Solutions • Virtual Assistant
  • 71. TEMPLATES AND SOLUTIONS 5 minutes to a working end-to-end conversational experience • Introduction message with Adaptive Cards • Automated typing indicators • .bot file driven configuration • Example Dialogs • Basic conversational intents in multiple languages • Example responses abstracted into separate View classes. • Inappropriate / PII detection with Content Moderator • Transcripts of all conversations stored in Azure Storage • QnAMaker Integration • Integrated Dispatcher for LUIS and QnA targets • Application Insights and PowerBI for Conversation Analytics • Authentication • Complete automated deployment of all aspects • Open Sourced and updated regularly.
  • 72. Modeling: language understanding Creating: language understanding # Greeting - Hi - Hello - Good morning # BookFlight - book a flight from {fromCity=new york} to {toCity=seattle} ### ? What can you do? ```markdown I can greet and provide help ``` # Import LUIS model luis import version --in myapp.json # Train our LUIS model from LuDown luis train version # Publish the luis model luis publish version # Ask for a prediction luis query -q <querytext> --region <region> LUIS QnALanguage UnderstandingLANGUAGE UNDERSTANDING
  • 73. LANGUAGE GENERATION Create sophisticated responses • Dynamic and randomize bot responses (avoid uncomfortable repetition) • Use bot memory (entities) • Template driven • Conditional responses DevOps • Separate content from code and business logic and development lifecycle • Make changes to bot’s responses without the need to redeploy the entire bot • Enable non-dev personas to author bot responses • Localization Solution • Standard, human readable, declarative file format representing language generation • Built in support for template (including template nesting), binding to bot memory, Conditional responses using a common expression language Customer’s asks for bot response generation
  • 74. LANGUAGE GENERATION Example of a template that includes composition reference to another template # GreetingReply - [GreetingPrefix], [timeOfDayGreeting] # GreetingPrefix - Hi - Hello # timeOfDayGreeting - IF: {timeOfDay == 'morning'} - good morning - ELSEIF: {timeOfDay == 'afternoon'} - good afternoon - ELSE: - good evening Generating Sophisticated Responses Hi, good morning Hi, good afternoon Hi, good evening Hello, good morning Hello, good afternoon Hello, good evening
  • 75. Plan Build Test Publish Connect Evaluate DEVELOPMENT LIFECYCLE: TEST
  • 76. BOT FRAMEWORK EMULATOR • Test and debug bots locally and in cloud • View and manage bot’s services • Built in inspectors for LUIS and QnA • Train and publish directly from emulator • Extensible plugins for inspectors
  • 77. Plan Build Test Publish Connect Evaluate DEVELOPMENT LIFECYCLE: PUBLISH
  • 78. PUBLISH VIA CLI You can use the Azure CLI tool to create, download and publish your bot to Azure Bot Service. > az bot –h Group az bot: Manage Bot Services. Commands: create : Create a new Bot Service. delete : Delete an existing Bot Service. download : Download an existing Bot Service. publish : Publish to an existing Bot Service. show : Get an existing Bot Service. update : Update an existing Bot Service.
  • 79. Plan Build Test Publish Connect Evaluate DEVELOPMENT LIFECYCLE: CONNECT
  • 80. Now supporting 20+ Channels! What is new Amazon Alexa • Google Assistant Direct Line Speech (preview) • WebChat Adapter Direct Line for Vnets SUPPORTED CHANNELS
  • 81. CONNECT BOT TO CHANNELS VIA AZURE CLI Create bots and manage channels > az bot -h Group az bot: Manage Bot Services. Subgroups: directline: Manage Directline Channel on a Bot. email : Manage Email Channel on a Bot. facebook : Manage Facebook Channel on a Bot. kik : Manage Kik Channel on a Bot. msteams : Manage Msteams Channel on a Bot. skype : Manage Skype Channel on a Bot. slack : Manage Slack Channel on a Bot. sms : Manage Sms Channel on a Bot. telegram : Manage Telegram Channel on a Bot. webchat : Manage Webchat Channel on a Bot. Commands: create : Create a new Bot Service. delete : Delete an existing Bot Service. download : Download an existing Bot Service. publish : Publish to an existing Bot Service. show : Get an existing Bot Service. update : Update an existing Bot Service.
  • 82. Plan Build Test Publish Connect Evaluate DEVELOPMENT LIFECYCLE: EVALUATE
  • 84. CONTINUOUS IMPROVEMENT Instrumentation provided by App Insights; added by default in Bot Service Extend instrumentation through AI SDK If you are not building bots that will actually be used, then you are not building bots
  • 85. HANDS ON/CHALLENGE Start from https://qnamaker.ai & create a QnA bot with the following URL to get QnA pairs from: ▪ http://bit.ly/nacs2019 Connect the bot to Microsoft Teams and chat with the bot in Teams
  • 88. DANKE