SlideShare a Scribd company logo
Integratie	van	Microsoft	Teams	met	
het	Bot	Framework
en	overige	Azure	diensten
Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017
M A N A G E R D E V E L O P M E N T
S A N D E R
B O S M A N
P R I N C I P A L D E V E L O P E R
M I C H A Ë L
H O M P U S
S R . S O L U T I O N A R C H I T E C T
R E M C O
P LO E G
Agenda
Wat	is	het	Bot	Framework?
Een	custom data	source:	de	Smart	Campus
Een	slimmere	bot	in	Microsoft	Teams
Een aantal best	practices
Wat	is	het	Bot	Framework?
Wat	is	een	bot?
TYPE TALK TAP
Cortana
Bing
Facebook
Messenger Skype
Bot Builder
Platform
Services
Intelligent Tools
Beschikbare channels
Waar	‘leven’	(Microsoft)	bots?
Microsoft	Bot	Framework
3rd Party
Doelen
• Simpel	starten,	daarna	complexiteit	toevoegen
• Gericht	op	de	gebruiker
Bot	Controls
LUIS
Query	over	database	via	Azure	
Search
Form	
Filling
QnA
C #
Customer’s
Business Logic &
DataBot Connector
Web Chat
Cortana
Bing
Direct LineSkype for
Business
Skype
Wat?
• Toolkit
• Services	die	je	zelf	kan	verrijken
• Mechanismes	voor	het	ontvangen	van	events
• Debuggen	en	analyseren
Waarom?
• Implementatie	van	standard	protocollen
• Cards:	UI	over	meerdere	kanalen
• Language	Understanding	is	lastig
• Common	patterns
Dynamic Cards
O p e n 	 f r a m e w o r k
M u l t i p l e 	 c a n v a s e s
Notification Microsoft	Teams Skype Android iOS
Azure	Bot	Service
Azure	Bot	Service
Op	basis	van	Azure	Functions
C#	of	Node.js
Consumption	plan
• Pay	only	when	your	functions	are	running
• Scale	out	automatically,	even	during	periods	of	high	load
Komt standaard met	Analytics	(Application	Insights)
https://docs.microsoft.com/en-us/bot-framework/azure/azure-bot-service-
quickstart
Azure	Bot	Service
Demo
Azure	Bot	Service
QnA Maker
QnA Maker
QnA Maker
Azure	Bot	Service	- Code
Azure	Bot	Service	– Web	Chat
Azure	Bot	Service	– Web	Skype
Bot	Builder	SDK	for	.NET
Bot	Builder	SDK	for	.NET
Op	basis	van	ASP.NET	Web	API
App	Service	plan
• Pay	for	dedicate	VM,	cost	depends	on	size,	per	instance
• Scale	out	manually,	or	enable	autoscale
https://docs.microsoft.com/en-us/bot-framework/dotnet/bot-builder-
dotnet-quickstart
AuthBot
Bot	met	Azure	AD	authenticatie
AuthBot
AuthBot is	a	.NET	library	for	Azure	Active	Directory	authentication	on	bots	
built	via	Microsoft	Bot	Framework
Extends	Web	API	based	bots
https://github.com/MicrosoftDX/AuthBot
Bot	met	Azure	AD	authenticatie
Demo
Azure	App	Service
Azure	AD	App
ASP.NET	Web	API	– web.config
Bot	Framework
ASP.NET	Web	API	– web.config
Visual	Studio	– Publish
Skype	– Azure	AD	authenticatie
Een custom	data	source:
de	Smart	Campus
De	case	van	vandaag
Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017
Endpoints:
Table	Storage	/Blobs
Azure	Functions
Stream	Analytics
Azure	
Active	Directory
IoT	Hub
App	Service
Power	BI
Welke	technologieën?	
Microsoft	Teams
Bot	Framework
Microsoft	
PowerApps
Een slimmere bot
in	Microsoft	Teams
Introductie
Microsoft	Teams	App	Platform
Available now
Bots
Help	users	get	tasks	
done	in	
conversations
Connectors
Post	rich	updates	
to	channels
Tabs
Surface	rich	
content	within	
Teams
Office
Store
Drive	engagement	
by	submitting	
your	app	to	the	
Office	Store
Actionable
Messages
Add	rich	interaction	
to	your	connector	
cards
Activity
Feed
Engage	users	via	
feed	
notifications
Compose
Extensions
Allow	users	to	query	
and	share	rich	cards	in	
conversations
Available in Developer Preview
Tabs
Connectors	with	Actionable	Messages
Push rich interactive cards
into channels
Users can take quick actions like
comment, select options, set a date
Uses incoming webhook API
Fully supported in both Teams
and Outlook
Activity	feed
Persoonlijk notificaties via de activity
feed
Zelfde API als voor de Bots integratie
Deep links naar tabs
Compose	Extensions
Store
Bots
Bots make it easy for users to interact with
your app in Team conversations or 1:1
Built using Microsoft Bot Framework
Complete tasks via basic commands, menu or
natural language
Rich Microsoft Teams features, e.g.
ü Input menus
ü Dynamic message updates
ü Integrate with tabs
Microsoft	Teams	met	Bot	Framework
Demo
Microsoft	Teams	met	Bot	Framework
Microsoft	Teams	met	Bot	Framework
Microsoft	Teams	met	Bot	Framework
Microsoft	Teams	met	Bot	Framework
Bot	beschikbaar maken binnen een Team
Drie mogelijkheden:
1. Creëer direct	een custom	bot
2. Maak een sideload package	voor een bestaande bot:
• https://msdn.microsoft.com/en-us/microsoft-teams/createpackage
3. Publiceer Bot	in	Office	Store	(Developer	Preview)
Bot	binnen een Team	- Sideloading
Bot	binnen een Team	- Sideloading
Bot	binnen een Team
Bot	Framework	met	LUIS
Language	Understanding	Intelligent	Service
https://www.luis.ai
Bot	Framework	met	LUIS
Demo
Bot	Framework	met	LUIS
Bot	Framework	met	LUIS
Bot	Framework	met	LUIS
Bot	Framework	met	LUIS
Bot	Framework	met	LUIS
Bot	Framework	met LUIS
Aantal	best	practices
BP1:	Teveel open	vragen
Hallo	gebruiker!	Hoe	kan	ik	je	
helpen?
1 vraag
100 verschillende dingen die je kan doen (intents)
100 verschillende voorbeelden per intent
Gebruikers raden ongeveer 3 van de 100 dingen.
B2:	Menu	structuur
Hallo	gebruiker!	Hoe	kan
ik je helpen?
Evenementen
Stages
Voorzieningen
Welke	evenementen	ben	
je	in	geïnteresseerd?	
Music
Comedy
Film
Laser	Dome
Spectacles
Theater
Welke	muziek	vind	je	
leuk?	(BTW,	de	volgende	
keer	kan	je	gewoon	
zeggen:	“Ik	zoek	naar	
artist	XYZ”		en	dan	zoek	ik	
direct	naar	die	artist!
B3:	Ontwerp	om	begrepen	te	worden	(1)
Stel	gesloten	vragen:
• Maak	gebruik	van	buttons	waar	
mogelijk
Toch	open	vragen?	Stel	ze	dan	goed
• Geef	voorbeelden	wat	je	bedoeld
• Help	je	gebruiker
B4:	Ontwerp	om	begrepen	te	worden	(2)
Support	zoveel	als	mogelijk	formaten
• 2	mei,	2017,	Mei	2,	5/2,	5/2/2017,	Dinsdag,	Vandaag,	
Volgende	Week
Laat	je	gebruikers	niet	stranden	in	gesprekken
Geef	de	gebruiker	de	mogelijkheid	om	hulp	te	vragen
• Welke	‘vragen’	kan	ik	stellen
• Toegang	tot	een	echt	person
BP5:	Mentions	binnen Teams
Wanneer je het Bot Framework binnen een
Team conversatie gebruikt moet je altijd een
mention gebruiken om een vraag te stellen
aan de Bot.
Deze mentions zitten dan ook altijd in de
message die je ontvangt als bot. Met simpele
tekst vergelijkingen, voor acties zoals login,
logout, etc. Kan dit lastig zijn en dan is het
beter om deze te filteren.
Het LUIS framework gaat hier overigens al
wel goed mee om.
Bot	Framework	Roadmap 2017
Microsoft	Bot	Framework	Roadmap 2017
Bot	Builder
Protocols	&	
Services	&	
Channels
Bot	
Intelligence
Azure	Bot	
Service	v2
Speech
Support
Ecosystem Integrations
(Flow, PowerApps, ++)
Bot Brain
Bot Controls++
GA
GA
GA
GA
Analytics++
Regions++,
Channels++
SDK V.Next
Localization
Adaptive Cards
Bot Federation
Compliance
May Aug Nov
Regions++, Languages++, Domains++ ML Dialogs
Pattern
Support
Faster TrainingMulti-
Developer
Prebuilt
Domains
Speech
Services++
Public PreviewPrivate
Preview
Thanks	for	attending
Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

More Related Content

PPT
Case Automatisering Gids Sitecore Event 12062008
PPTX
SPSNL17 - Integratie van Microsoft Teams met het Bot Framework - Michael Homp...
PPTX
Techxx presentatie m_visser_17_juni2010_final
ODP
Lotus Connections - Profiles (beheer & development)
ODP
Atos Origin
PPT
Web3 - Gemeentelijke Dienstverlening
PDF
Microsoft Copilot training Waisheid Prompting
PPTX
SharePoint: nieuwe mogelijkheden en best practices
Case Automatisering Gids Sitecore Event 12062008
SPSNL17 - Integratie van Microsoft Teams met het Bot Framework - Michael Homp...
Techxx presentatie m_visser_17_juni2010_final
Lotus Connections - Profiles (beheer & development)
Atos Origin
Web3 - Gemeentelijke Dienstverlening
Microsoft Copilot training Waisheid Prompting
SharePoint: nieuwe mogelijkheden en best practices

Similar to Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017 (20)

PPTX
Microsoft 365 journaal November 2022
PPT
Quickr Connectors and ECM
PPTX
AI tech bots
PPTX
2018 04 04_demo the shire
PDF
Up to speed with Office 365
PPTX
Office 365 journaal 15 09-2017
PPTX
The Next Step With Nintex Workflow
PDF
Office 365 - Het Nieuwe Werken
PPTX
Optimaal samenwerken met Microsoft Sharepoint
 
PPT
Share Point Seminar New
PDF
Microsoft 365 journaal december 2021
PPS
Presentatie Wildcard
ODP
Oplijsting mogelijkheden open source
ODP
oplijsting_mogelijkheden_open_source
PDF
Meeting Systems voor Microsoft SharePoint 2010
PPT
Vraag het de specialist: Sharepoint
PPTX
PPTX
Office 365 Journaal Maart 2017
PDF
Papierloos vergaderen met out-of-the-box SharePoint
Microsoft 365 journaal November 2022
Quickr Connectors and ECM
AI tech bots
2018 04 04_demo the shire
Up to speed with Office 365
Office 365 journaal 15 09-2017
The Next Step With Nintex Workflow
Office 365 - Het Nieuwe Werken
Optimaal samenwerken met Microsoft Sharepoint
 
Share Point Seminar New
Microsoft 365 journaal december 2021
Presentatie Wildcard
Oplijsting mogelijkheden open source
oplijsting_mogelijkheden_open_source
Meeting Systems voor Microsoft SharePoint 2010
Vraag het de specialist: Sharepoint
Office 365 Journaal Maart 2017
Papierloos vergaderen met out-of-the-box SharePoint
Ad

More from Remco Ploeg (17)

PDF
Online werkplek Drenthe College
PDF
Presentatie mobile healthcare congres 2016
PDF
Winvision smart buildings presentation iot techfest brussel en
PDF
Winvision internet of things Euroforum 2016
PDF
Winvision internet of things zorg en ict 2016
PDF
Presentation Office365 Usergroup NL
PDF
Azure in education (office365 summit)
PPTX
Office 365 met student advantage
PPTX
SharePoint 2013 overzicht
PPTX
Sam sam 2012 onenote en infopath
PPTX
Wat is windows azure
PPTX
O365 voor onderwijs rp
PPTX
Ipon2009 Kies De Juiste Tools Voor Inspireren & Leren
PPT
Samsam Live@Edu
PPT
Moss Microsoft
PPT
SharePoint en documenten delen
PPT
SharePoint in onderwijs
Online werkplek Drenthe College
Presentatie mobile healthcare congres 2016
Winvision smart buildings presentation iot techfest brussel en
Winvision internet of things Euroforum 2016
Winvision internet of things zorg en ict 2016
Presentation Office365 Usergroup NL
Azure in education (office365 summit)
Office 365 met student advantage
SharePoint 2013 overzicht
Sam sam 2012 onenote en infopath
Wat is windows azure
O365 voor onderwijs rp
Ipon2009 Kies De Juiste Tools Voor Inspireren & Leren
Samsam Live@Edu
Moss Microsoft
SharePoint en documenten delen
SharePoint in onderwijs
Ad

Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017