+ All Categories
Home > Documents > Artificial intelligence and smart bots are taking...

Artificial intelligence and smart bots are taking...

Date post: 12-Oct-2020
Category:
Upload: others
View: 1 times
Download: 0 times
Share this document with a friend
29
DEVOPS / IOT Artificial intelligence and smart bots are taking over Rodney Koolman
Transcript
Page 1: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Artificial intelligence and

smart bots are taking over

Rodney Koolman

Page 2: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Rodney KoolmanTechnology Areas

• Microsoft Azure

• Enterprise Mobility + Security

• Bots and AI

Online

• Twitter: @RodneyKoolman

• LinkedIn: linkedin.com/in/rodneykoolman

Page 3: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Why I started developing bots

First of all, I like

new technology.

Second, it’s a lot of

fun and possibly

the next big thing.

Page 4: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

The history of bots

Remember Clippy? The Microsoft Office personal assistant. An example of the early stages of bots helping humans achieve more.

Page 5: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

The future of bots

Microsoft sees

conversational

chatbots as the

future of computing

and is betting big

on this technology.

Page 6: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Before you start developing

• Develop the bot with a clear goal in mind;

• Don’t try to let your bot do everything;

• Make your bot really good at a specific task.

Page 7: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOTDEVOPS / IOT

DEMO

Let me show you a bot

Page 8: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Microsoft Bot Framework

Build and connect

intelligent bots

with the Microsoft

Bot Framework to

interact with your

users naturally.

Page 9: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Supported Channels

Channels currently

available are: Skype,

web, email, Facebook,

GroupMe, Kik, Slack,

Telegram, Twilio,

Teams and direct line

app integration.

Page 10: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Add channels easily

With a flick of a switch

channels are added to

your bot. Extending

your audience by the

millions.

Page 11: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

The framework at a glance

The Microsoft Bot

Framework gives you

all the tools you need

to build smart bots

fast and easy*

Page 12: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

The framework at work

The bot connector

(connector service)

acts as a man-in-the-

middle between your

bot web API and the

connected channels

Page 13: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Test your bot with the emulator

The emulator helps

you to test your bot

easily online or offline.

Available for Mac,

Linux and Windows.

Page 14: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

User interaction with Dialogs

Dialogs are a way of

wrapping an entire

“experience” into an

easily managed

interaction based on a

“chained” and

“conversational”

paradigm.

Page 15: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

User interaction with FormFlow

Although Dialogs are the basic

building block of a

conversation, it’s difficult to

create a “guided” conversation.

FormFlow creates Dialogs and

guides a User through filling in

a “form” while providing help

and guidance along the way.

Page 16: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOTDEVOPS / IOT

DEMO

Let’s build a simple bot

Page 17: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

How to make your bot “smart”

Cognitive Services enables

your bot to see, hear,

interpret and interact in

more human ways. It is

deeply integrated in the

Microsoft Bot Framework.

Page 18: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Microsoft Cognitive Services

Artificial intelligence tools

at your fingertips.

Page 19: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Microsoft Cognitive Services

Artificial intelligence tools

at your fingertips.

Page 20: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Microsoft Cognitive Services

Artificial intelligence tools

at your fingertips.

Page 21: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Microsoft Cognitive Services

Artificial intelligence tools

at your fingertips.

Page 22: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Microsoft Cognitive Services

Artificial intelligence tools

at your fingertips.

Page 23: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

You must have LUIS.ai integration

LUIS is part of Microsoft

Cognitive Services

offering and can be

used for any device, on

any platform, and any

application scenario.

Page 24: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

LUIS: how do they do it?

One of the key problems in

human-computer

interactions is the ability of

the computer to understand

what a person wants, and to

find the pieces of

information that are relevant

to their intent.

Page 25: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOTDEVOPS / IOT

DEMO

Let’s make your bot smart

Page 26: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Breaking Azure announcement

Azure Bot Service is the first

public cloud bot-service

powered by the Microsoft

Bot Framework and

serverless compute in

Microsoft Azure.

Page 27: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOTDEVOPS / IOT

DEMO

Deploy your Bot-as-a-Service

Page 28: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Do you have any questions?

Thank you for your attention.

Have a great day at Experts Live.

Feel free to contact me in person

or via Twitter (@RodneyKoolman).

Page 29: Artificial intelligence and smart bots are taking overexpertslive.nl/wp-content/uploads/2016/12/Rodney... · DEVOPS / IOT Breaking Azure announcement Azure Bot Service is the first

DEVOPS / IOT

Next session 14:45 – 15:45

EMS, one Suite to manage

and secure your workplace

Mike Platvoet


Recommended