microsoft bot framework and microsoft teams at sharepoint saturday nl 2017

73
Integratie van Microsoft Teams met het Bot Framework en overige Azure diensten

Upload: remco-ploeg

Post on 22-Jan-2018

955 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

IntegratievanMicrosoftTeamsmethetBotFrameworkenoverigeAzurediensten

Page 2: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017
Page 3: 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 NP 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 SS R . S O L U T I O N A R C H I T E C T

R E M C O

P L O E G

Page 4: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Agenda

WatishetBotFramework?Eencustom datasource:deSmartCampusEenslimmerebotinMicrosoftTeamsEen aantal bestpractices

Page 5: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

WatishetBotFramework?

Page 6: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Watiseenbot?TYPE TALK TAP

Cortana

Bing

Facebook Messenger Skype

Bot Builder

Platform Services

Intelligent Tools

Page 7: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Beschikbare channels

Page 8: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Waar‘leven’(Microsoft)bots?

Page 9: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

MicrosoftBotFramework

3rd Party

Doelen• Simpelstarten,daarnacomplexiteittoevoegen• Gerichtopdegebruiker

BotControls

LUIS

QueryoverdatabaseviaAzureSearch

FormFilling

QnA

C #

Customer’sBusiness Logic &

DataBot Connector

Web Chat

Cortana

Bing

Direct LineSkype for Business

Skype

Wat? • Toolkit• Servicesdiejezelfkanverrijken• Mechanismesvoorhetontvangenvanevents• Debuggenenanalyseren

Waarom? • Implementatievanstandardprotocollen• Cards:UIovermeerderekanalen• LanguageUnderstandingislastig• Commonpatterns

Page 10: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Dynamic CardsO p e n f r a m e w o r kM u l t i p l e c a n v a s e s

Notification MicrosoftTeams Skype Android iOS

Page 11: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AzureBotService

Page 12: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AzureBotService

OpbasisvanAzureFunctionsC#ofNode.jsConsumptionplan• Payonlywhenyourfunctionsarerunning• Scaleoutautomatically,evenduringperiodsofhighload

Komt standaard metAnalytics(ApplicationInsights)

https://docs.microsoft.com/en-us/bot-framework/azure/azure-bot-service-quickstart

Page 13: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AzureBotService

Demo

Page 14: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AzureBotService

Page 15: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

QnA Maker

Page 16: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

QnA Maker

Page 17: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

QnA Maker

Page 18: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AzureBotService- Code

Page 19: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AzureBotService– WebChat

Page 20: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AzureBotService– WebSkype

Page 21: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotBuilderSDKfor.NET

Page 22: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotBuilderSDKfor.NET

OpbasisvanASP.NETWebAPIAppServiceplan• PayfordedicateVM,costdependsonsize,perinstance• Scaleoutmanually,orenableautoscale

https://docs.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-quickstart

Page 23: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AuthBotBotmetAzureADauthenticatie

Page 24: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AuthBot

AuthBot isa.NETlibraryforAzureActiveDirectoryauthenticationonbotsbuiltviaMicrosoftBotFrameworkExtendsWebAPIbasedbots

https://github.com/MicrosoftDX/AuthBot

Page 25: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotmetAzureADauthenticatie

Demo

Page 26: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AzureAppService

Page 27: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

AzureADApp

Page 28: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

ASP.NETWebAPI– web.config

Page 29: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotFramework

Page 30: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

ASP.NETWebAPI– web.config

Page 31: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

VisualStudio– Publish

Page 32: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Skype– AzureADauthenticatie

Page 33: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Een customdatasource:deSmartCampus

Page 34: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Decasevanvandaag

Page 35: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017
Page 36: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Endpoints:

TableStorage/Blobs

AzureFunctions

StreamAnalyticsAzure

ActiveDirectory

IoTHub

AppService

PowerBI

Welketechnologieën?

MicrosoftTeams

BotFramework

MicrosoftPowerApps

Page 37: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Een slimmere botinMicrosoftTeams

Page 38: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Introductie

Page 39: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

MicrosoftTeamsAppPlatform

Available now

BotsHelpusersgettasks

doneinconversations

ConnectorsPostrichupdates

tochannels

TabsSurfacerich

contentwithinTeams

OfficeStore

DriveengagementbysubmittingyourapptotheOfficeStore

Actionable Messages

Addrichinteractiontoyourconnector

cards

Activity Feed

Engageusersviafeed

notifications

Compose Extensions

Allowuserstoqueryandsharerichcardsin

conversations

Available in Developer Preview

Page 40: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Tabs

Page 41: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

ConnectorswithActionableMessages

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

Page 42: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Activityfeed

Persoonlijk notificaties via de activity feed

Zelfde API als voor de Bots integratie

Deep links naar tabs

Page 43: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

ComposeExtensions

Page 44: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Store

Page 45: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

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

Page 46: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

MicrosoftTeamsmetBotFramework

Demo

Page 47: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

MicrosoftTeamsmetBotFramework

Page 48: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

MicrosoftTeamsmetBotFramework

Page 49: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

MicrosoftTeamsmetBotFramework

Page 50: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

MicrosoftTeamsmetBotFramework

Page 51: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Botbeschikbaar maken binnen een Team

Drie mogelijkheden:1. Creëer directeen custombot2. Maak een sideload packagevoor een bestaande bot:

• https://msdn.microsoft.com/en-us/microsoft-teams/createpackage

3. Publiceer BotinOfficeStore(DeveloperPreview)

Page 52: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Botbinnen een Team- Sideloading

Page 53: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Botbinnen een Team- Sideloading

Page 54: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Botbinnen een Team

Page 55: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotFrameworkmetLUIS

Page 56: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

LanguageUnderstandingIntelligentService

https://www.luis.ai

Page 57: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotFrameworkmetLUIS

Demo

Page 58: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotFrameworkmetLUIS

Page 59: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotFrameworkmetLUIS

Page 60: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotFrameworkmetLUIS

Page 61: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotFrameworkmetLUIS

Page 62: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotFrameworkmetLUIS

Page 63: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotFrameworkmet LUIS

Page 64: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Aantalbestpractices

Page 65: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BP1:Teveel openvragen

Hallogebruiker!Hoekanikjehelpen?

1 vraag

100 verschillende dingen die je kan doen (intents)

100 verschillende voorbeelden per intent

Gebruikers raden ongeveer 3 van de 100 dingen.

Page 66: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

B2:Menustructuur

Hallogebruiker!Hoekanik je helpen?

Evenementen

Stages

Voorzieningen

Welkeevenementenbenjeingeïnteresseerd?

Music

Comedy

Film

LaserDome

Spectacles

Theater

Welkemuziekvindjeleuk?(BTW,devolgendekeerkanjegewoonzeggen:“IkzoeknaarartistXYZ”endanzoekikdirectnaardieartist!

Page 67: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

B3:Ontwerpombegrepenteworden(1)Stelgeslotenvragen:• Maakgebruikvanbuttonswaarmogelijk

Tochopenvragen?Stelzedangoed• Geefvoorbeeldenwatjebedoeld• Helpjegebruiker

Page 68: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

B4:Ontwerpombegrepenteworden(2)Supportzoveelalsmogelijkformaten• 2mei,2017,Mei2,5/2,5/2/2017,Dinsdag,Vandaag,VolgendeWeek

Laatjegebruikersnietstrandeningesprekken

Geefdegebruikerdemogelijkheidomhulptevragen• Welke‘vragen’kanikstellen• Toegangtoteenechtperson

Page 69: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BP5:Mentionsbinnen 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.

Page 70: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

BotFrameworkRoadmap 2017

Page 71: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

MicrosoftBotFrameworkRoadmap 2017BotBuilder

Protocols&Services&Channels

BotIntelligence

AzureBotServicev2

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

Page 72: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017

Thanksforattending

Page 73: Microsoft Bot Framework and Microsoft Teams at SharePoint Saturday NL 2017