SlideShare ist ein Scribd-Unternehmen logo
1 von 54
Downloaden Sie, um offline zu lesen
HOW WE BUILT A
BOT FOR FITC
Rami Sayar - @ramisayar
Senior Technical Evangelist
Microsoft Canada
@RAMISAYAR
@ramisayar
@RAMISAYAR
What You Will Learn Today
• What are Bots? Why Now?
• Conversations as a Platform?
• Building the FITC Bot
• Introduction to the Bot
Framework
• Introduction to Cognitive
Services
What are Bots? Why Now?
@RAMISAYAR
@RAMISAYAR
Image	from	Chatbots	Magazine
Microsoft Xiaoice now
Microsoft Zo
• Natural Language Chat Bot
• Over 20 million registered users
• The average user interacts with the
service 60 times a month
• 850 thousand followers on Weibo
• Ranked as Weibo’s top influencer
Are Bots Just Hype? Why Now?
Messaging and Mobile
Platforms • Mobile is the new scale.
• Every app can access your address
book, getting an instant social
graph. The phone number in
particular acts as a unique social
identifier.
• They can access the photo library
and camera directly (and location),
making sharing easy.
• Push notifications mean you don’t
need people to keep checking your
site (or open emails).
Once in a Decade Opportunity
• Users spending more time on messaging apps
• Opportunity for more natural experiences
• High demand from companies of all sizes
• Simpler deployment/update model than apps
• App ecosystem overly crowded
• Everybody wants to automate something
@RAMISAYAR
Hype Cycle
Is It Here to Stay?
• Messaging & Social are the top experiences across all platforms.
• All the large players are bought in.
• Language understanding has progressed considerably.
• Conversational UI is familiar.
• AI & Machine Learning are now mainstream.
• Cognitive services are accessible.
Conversational UI +
Intelligence
are the differentiators. Don’t
be a Clippy.
Building a Bot for FITC
And also finding a way to troll Shawn
@RAMISAYAR
Fun Functional
@RAMISAYAR
@RAMISAYAR
Introducing the Microsoft Bot
Framework
https://github.com/Microsoft/BotBuilder
An X-ray of a Typical Bot
Your	bot	code
Entity
Extraction
Speech
Vision	/	
Face
Natural	
Language
Translation
+ Microsoft Cognitive Services
Search
Emotion
Knowledge	
API
…
Message	Input	<>	Output
State Management
Bot Connector
Service
Conversation Canvas /
……
…
Other	services,	APIs,
Databases,	Azure	
Machine	Learning,	
Azure	Search,	etc…
Bot	Builder	SDK
Web	Chat
Direct	Line…
Email
Facebook
GroupMe
Kik
Skype
Slack
Telegram
Twilio (SMS)
Bot	Builder	SDK
Your code goes here
Your	conversation	logic
Logic
Web	
Service
Your	Bot
LUIS
Your Bot Code
• Build with C# or Node.js
• You host your bot wherever
you want
• Dialogs to model a
conversation
Bot Framework – Connector
Service Interact	naturally	wherever	your
users	are	talking
Bot Framework – Connector
Service Emulator
Bot Builder
• Dialogs to Model a Conversation
• Dialogs are reusable
• Conversations are scalable to multiple
machines
• Dialog state is persisted in Bot Connector
(per-user, per-session, per- user+session)
• Types of Dialogs:
• Built-in prompts
• Yes/No, String, Number, Choices
• Natural language understanding (LUIS)
• Form slot filling (branching, disambiguation,
multi-turn)
• Profile (e.g., home address)
Bot Builder – Attachments
• Attachments property
• Array of attachment objects
• Send / receive images
• Rich Cards
Name Description Example
ContentType
The	contentType of	the	
ContentUrl property
image/png
ContentUrl
A	link	to	content	of	type	
ContentType
http://somedomain.com/cat.jpg
Content
An	embedded	object	of	type	
contentType
If	contentType =	
"application/vnd.microsoft.hero"	then	Content	
would	be	a	JSON	object	for	the	HeroCard
Bot Builder – Rich Cards
• Hero and Thumbnail cards
• multipurpose card;
• a single large or small image
• One or more button
• and a "tap action“
• along with text content to display on the card.
• Receipt card
• a single small image
• a button
• and a "tap action“
• text content
• Carousel card
• Multiple cards
• Navigation between cards
• Each has ImageButtonsText
Getting your Bot Project
Started
Step	1:
Step	2:
Step	3:
Creating your Bot
• Create the connector
• We'll start with the console connector
• Create the bot
• Pass in the connector
• Add logic
• Done through dialog
• Communicate with the user
• Done through the session
Your First Bot
Diving into the FITC Bot – Find
Speaker
github.com/sayar/fitcbot
Developer Portal
• Register the bot
• Configure desired channels
• Publish in the Bot Directory.
• All bots registered with Bot
Framework are auto-configured
to work with Skype and the Web.
Bot Directory
• Public	Directory	of	Bot	
Framework	Bots
• Users	can	discover,	try,	and	add	bots	to	
the	conversation	experiences	on	which	
the	bot	is	configured	(no	messenging
app	required)
• Bots	are	public	at	developer	discretion;	
bots	must	be	submitted	for	review	and	
approved	in	order	to	appear	in	the	
directory
• Searchable
https://bots.botframework.com/
• Lets	you	understand	what	your	
users	are	saying	(e.g.	“Read	me	
the	headlines”	or	“Pause	for	5	
minutes”)	
• Determines	intent
• Detects	entities
• Seamless	integration	with	Speech	
Recognition
• LUIS	learns	over	time
• Use	pre-built,	world	class	models	
from	Bing	and	Cortana
• Models	work	across	Internet	
connected	devices
Language	Understanding	
Intelligent	Service	 Intent: TextToSpeech
Content: NewsHeadlines
Read	me	the	
headlines
Play	yesterday’s
Daily	Show
Intent: PauseDevice
DateTime.duration: 5 Minutes
Pause	for
5	minutes
Intent: PlayEpisode
Content: Daily Show
DateTime.date: T-1 Day
• Analyze	an	Image	– Understand	
content	and	features	within	an	
image	for	a	growing	set	of	
categorization
• Wide	range	of	concepts	from	
cat	to	fireworks
• OCR	– Detect	and	recognize	words	
within	photos	or	scanned	
documents
• Generate	Thumbnail	– Scale	and	
crop	an	image,	while	retaining	key	
content
• Powers	Bing	Image	search	and	
OneDrive.com	Photos
Vision	APIs
Recognized	text:
A	GOAL	WITHOUT
A	PLAN	IS
JUST	A	WISH
Analyze	image
OCR
Smart	thumbnail
Category People;	1	face	found
Adult	/ Racy? False /	True
Black &	White? No
Dominant colors
Accent	color
• Face	Detection	– Detects	faces	
and	their	attributes	within	an	
image
• Face	Verification	– Check	if	two	
faces	belong	to	the	same	person
• Similar	Face	Searching	– Find	
similar	faces	within	a	set	of	
images
• Face	Grouping	– Organize	many	
faces	into	groups
• Face	Identification	– Search	which	
person	a	face	belongs	to
Face	APIs Face	Rectangle	– width;	height;	left;	top
Attributes:
• Age	– 31
• Gender	– Male
Face	Landmarks	–pupil,	nose,	mouth
Detection	Result
Grouping
He	is	Chao	Wang…
Identity
• Identifies	emotions	based	on	
expressions	that	psychologic	
research	identifies	as	universal:	
Happiness,	Surprise,	Sadness,	
Anger,	Fear,	and	Disgust
• Has	been	trained	to	identify	
emotions	in-the-wild.
• Get	insights	into	how	your	users	
react	to	content	and	experiences
• Track	facial	expressions	for	
multiple	users	over	time.
Emotion	APIs
Diving into the FITC Bot – QnA
Maker
github.com/sayar/fitcbot
What Makes a Bot Great?
• It is not how “smart” they are
• It is not how much natural language they offer
• It is not whether they use voice or not
• It’s whether it solves the user’s needs in the quickest/easiest way
compared to any other option
• It’s all about user experience... Just like an app, or a website
How Does It React in Crisis?
• Does it provide specific responses that
lead?
• Does it confirm actions?
• Is it accessible & inclusive?
• Does it allow human interruption?
• Design for humans, not yourself.
• Did you map out all the paths? You’re
going to need a bigger whiteboard.
The "stubborn bot" The "clueless bot"
The "mysterious bot" The "bot that can't forget"
Satya’s Artificial Intelligence Bots
Design Principles
• Bots must be designed to assist humanity.
• Bots must be transparent.
• Bots must maximize efficiencies without destroying the dignity of people.
• Bots must be designed for intelligent privacy.
• Bots must have algorithmic accountability so that humans can undo
unintended harm.
• Bots must guard against bias, ensuring proper, and representative research
so that the wrong heuristics cannot be used to discriminate.
The Best Bots Make You Type
Less, Not More
Thank You! Questions?
tw: @ramisayar | gh: @sayar
@RAMISAYAR
Resources, References, Links
• Bot Framework Home Page
• https://dev.botframework.com/
• Bot Framework downloads
• https://docs.botframework.com/en-us/downloads/
• Bot Builder SDK on GitHub
• https://github.com/Microsoft/BotBuilder
• Bot Framework Blog
• https://blog.botframework.com/
@RAMISAYAR
©2013	Microsoft	Corporation.	All	rights	reserved.	Microsoft,	Windows,	Office,	Azure,	System	Center,	Dynamics	and	other	product	names	are	or	may	be	registered	trademarks	and/or	trademarks	in	the	
U.S.	and/or	other	countries.	The	information	herein	is	for	informational	purposes	only	and	represents	the	current	view	of	Microsoft	Corporation	as	of	the	date	of	this	presentation.	Because	Microsoft	
must	respond	to	changing	market	conditions,	it	should	not	be	interpreted	to	be	a	commitment	on	the	part	of	Microsoft,	and	Microsoft	cannot	guarantee	the	accuracy	of	any	information	provided	after	
the	date	of	this	presentation.	MICROSOFT	MAKES	NO	WARRANTIES,	EXPRESS,	IMPLIED	OR	STATUTORY,	AS	TO	THE	INFORMATION	IN	THIS	PRESENTATION.

Weitere ähnliche Inhalte

Ähnlich wie How We Built A Bot For FITC

Intro to Chatbots using Microsoft bot framework and Azure cognitive services
Intro to Chatbots using Microsoft bot framework and Azure cognitive servicesIntro to Chatbots using Microsoft bot framework and Azure cognitive services
Intro to Chatbots using Microsoft bot framework and Azure cognitive servicesRachhek Shrestha
 
Workshop: Chatbot in a box - Introduction to conversation design and conducti...
Workshop: Chatbot in a box - Introduction to conversation design and conducti...Workshop: Chatbot in a box - Introduction to conversation design and conducti...
Workshop: Chatbot in a box - Introduction to conversation design and conducti...Jon Temple
 
Building a bot with an intent
Building a bot with an intentBuilding a bot with an intent
Building a bot with an intentAbhishek Sur
 
Build an Intelligent Bot
Build an Intelligent BotBuild an Intelligent Bot
Build an Intelligent BotSorin Peste
 
Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Adrian Roselli
 
Building bots to automate common developer tasks - Writing your first smart c...
Building bots to automate common developer tasks - Writing your first smart c...Building bots to automate common developer tasks - Writing your first smart c...
Building bots to automate common developer tasks - Writing your first smart c...Sigmoid
 
Coloradodigitaljournalism 121019094853-phpapp01
Coloradodigitaljournalism 121019094853-phpapp01Coloradodigitaljournalism 121019094853-phpapp01
Coloradodigitaljournalism 121019094853-phpapp01Gabriel Garcia
 
Coloradodigitaljournalism 121019094853-phpapp01
Coloradodigitaljournalism 121019094853-phpapp01Coloradodigitaljournalism 121019094853-phpapp01
Coloradodigitaljournalism 121019094853-phpapp01Piera Colognori
 
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
 
Azure Weekend 2020 Build Malaysia Bus Uncle Chatbot
Azure Weekend 2020 Build Malaysia Bus Uncle ChatbotAzure Weekend 2020 Build Malaysia Bus Uncle Chatbot
Azure Weekend 2020 Build Malaysia Bus Uncle ChatbotCheah Eng Soon
 
Azure as a Chatbot Service: From Purpose To Production With A Cloud Bot Archi...
Azure as a Chatbot Service: From Purpose To Production With A Cloud Bot Archi...Azure as a Chatbot Service: From Purpose To Production With A Cloud Bot Archi...
Azure as a Chatbot Service: From Purpose To Production With A Cloud Bot Archi...Paul Prae
 
UXPA2019 Not Your Average Chatbot: Using Cognitive Intercept to Improve Infor...
UXPA2019 Not Your Average Chatbot: Using Cognitive Intercept to Improve Infor...UXPA2019 Not Your Average Chatbot: Using Cognitive Intercept to Improve Infor...
UXPA2019 Not Your Average Chatbot: Using Cognitive Intercept to Improve Infor...UXPA International
 
LSA18: Agency Workshop - Optimizing Content for Voice & Virtual Assistants (B...
LSA18: Agency Workshop - Optimizing Content for Voice & Virtual Assistants (B...LSA18: Agency Workshop - Optimizing Content for Voice & Virtual Assistants (B...
LSA18: Agency Workshop - Optimizing Content for Voice & Virtual Assistants (B...Localogy
 
A Journey with Microsoft Cognitive Service I
A Journey with Microsoft Cognitive Service IA Journey with Microsoft Cognitive Service I
A Journey with Microsoft Cognitive Service IMarvin Heng
 
Summer summit social media
Summer summit social mediaSummer summit social media
Summer summit social mediaKen Blevins
 

Ähnlich wie How We Built A Bot For FITC (20)

Twitter for Business webinar
Twitter for Business webinarTwitter for Business webinar
Twitter for Business webinar
 
Intro to Chatbots using Microsoft bot framework and Azure cognitive services
Intro to Chatbots using Microsoft bot framework and Azure cognitive servicesIntro to Chatbots using Microsoft bot framework and Azure cognitive services
Intro to Chatbots using Microsoft bot framework and Azure cognitive services
 
Workshop: Chatbot in a box - Introduction to conversation design and conducti...
Workshop: Chatbot in a box - Introduction to conversation design and conducti...Workshop: Chatbot in a box - Introduction to conversation design and conducti...
Workshop: Chatbot in a box - Introduction to conversation design and conducti...
 
Building a bot with an intent
Building a bot with an intentBuilding a bot with an intent
Building a bot with an intent
 
Build an Intelligent Bot
Build an Intelligent BotBuild an Intelligent Bot
Build an Intelligent Bot
 
Everything you need to know about chatbots
Everything you need to know about chatbotsEverything you need to know about chatbots
Everything you need to know about chatbots
 
Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019
 
Building bots to automate common developer tasks - Writing your first smart c...
Building bots to automate common developer tasks - Writing your first smart c...Building bots to automate common developer tasks - Writing your first smart c...
Building bots to automate common developer tasks - Writing your first smart c...
 
Building intelligentchatbots
Building intelligentchatbotsBuilding intelligentchatbots
Building intelligentchatbots
 
Coloradodigitaljournalism 121019094853-phpapp01
Coloradodigitaljournalism 121019094853-phpapp01Coloradodigitaljournalism 121019094853-phpapp01
Coloradodigitaljournalism 121019094853-phpapp01
 
Coloradodigitaljournalism 121019094853-phpapp01
Coloradodigitaljournalism 121019094853-phpapp01Coloradodigitaljournalism 121019094853-phpapp01
Coloradodigitaljournalism 121019094853-phpapp01
 
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
 
Azure Weekend 2020 Build Malaysia Bus Uncle Chatbot
Azure Weekend 2020 Build Malaysia Bus Uncle ChatbotAzure Weekend 2020 Build Malaysia Bus Uncle Chatbot
Azure Weekend 2020 Build Malaysia Bus Uncle Chatbot
 
Ibm watson for retail 2017
Ibm watson for retail 2017Ibm watson for retail 2017
Ibm watson for retail 2017
 
Azure as a Chatbot Service: From Purpose To Production With A Cloud Bot Archi...
Azure as a Chatbot Service: From Purpose To Production With A Cloud Bot Archi...Azure as a Chatbot Service: From Purpose To Production With A Cloud Bot Archi...
Azure as a Chatbot Service: From Purpose To Production With A Cloud Bot Archi...
 
UXPA2019 Not Your Average Chatbot: Using Cognitive Intercept to Improve Infor...
UXPA2019 Not Your Average Chatbot: Using Cognitive Intercept to Improve Infor...UXPA2019 Not Your Average Chatbot: Using Cognitive Intercept to Improve Infor...
UXPA2019 Not Your Average Chatbot: Using Cognitive Intercept to Improve Infor...
 
LSA18: Agency Workshop - Optimizing Content for Voice & Virtual Assistants (B...
LSA18: Agency Workshop - Optimizing Content for Voice & Virtual Assistants (B...LSA18: Agency Workshop - Optimizing Content for Voice & Virtual Assistants (B...
LSA18: Agency Workshop - Optimizing Content for Voice & Virtual Assistants (B...
 
Beginners chatbotai workshopdbb_bitfusion
Beginners chatbotai workshopdbb_bitfusionBeginners chatbotai workshopdbb_bitfusion
Beginners chatbotai workshopdbb_bitfusion
 
A Journey with Microsoft Cognitive Service I
A Journey with Microsoft Cognitive Service IA Journey with Microsoft Cognitive Service I
A Journey with Microsoft Cognitive Service I
 
Summer summit social media
Summer summit social mediaSummer summit social media
Summer summit social media
 

Mehr von FITC

Cut it up
Cut it upCut it up
Cut it upFITC
 
Designing for Digital Health
Designing for Digital HealthDesigning for Digital Health
Designing for Digital HealthFITC
 
Profiling JavaScript Performance
Profiling JavaScript PerformanceProfiling JavaScript Performance
Profiling JavaScript PerformanceFITC
 
Surviving Your Tech Stack
Surviving Your Tech StackSurviving Your Tech Stack
Surviving Your Tech StackFITC
 
How to Pitch Your First AR Project
How to Pitch Your First AR ProjectHow to Pitch Your First AR Project
How to Pitch Your First AR ProjectFITC
 
Start by Understanding the Problem, Not by Delivering the Answer
Start by Understanding the Problem, Not by Delivering the AnswerStart by Understanding the Problem, Not by Delivering the Answer
Start by Understanding the Problem, Not by Delivering the AnswerFITC
 
Cocaine to Carrots: The Art of Telling Someone Else’s Story
Cocaine to Carrots: The Art of Telling Someone Else’s StoryCocaine to Carrots: The Art of Telling Someone Else’s Story
Cocaine to Carrots: The Art of Telling Someone Else’s StoryFITC
 
Everyday Innovation
Everyday InnovationEveryday Innovation
Everyday InnovationFITC
 
HyperLight Websites
HyperLight WebsitesHyperLight Websites
HyperLight WebsitesFITC
 
Everything is Terrifying
Everything is TerrifyingEverything is Terrifying
Everything is TerrifyingFITC
 
Post-Earth Visions: Designing for Space and the Future Human
Post-Earth Visions: Designing for Space and the Future HumanPost-Earth Visions: Designing for Space and the Future Human
Post-Earth Visions: Designing for Space and the Future HumanFITC
 
The Rise of the Creative Social Influencer (and How to Become One)
The Rise of the Creative Social Influencer (and How to Become One)The Rise of the Creative Social Influencer (and How to Become One)
The Rise of the Creative Social Influencer (and How to Become One)FITC
 
East of the Rockies: Developing an AR Game
East of the Rockies: Developing an AR GameEast of the Rockies: Developing an AR Game
East of the Rockies: Developing an AR GameFITC
 
Creating a Proactive Healthcare System
Creating a Proactive Healthcare SystemCreating a Proactive Healthcare System
Creating a Proactive Healthcare SystemFITC
 
World Transformation: The Secret Agenda of Product Design
World Transformation: The Secret Agenda of Product DesignWorld Transformation: The Secret Agenda of Product Design
World Transformation: The Secret Agenda of Product DesignFITC
 
The Power of Now
The Power of NowThe Power of Now
The Power of NowFITC
 
High Performance PWAs
High Performance PWAsHigh Performance PWAs
High Performance PWAsFITC
 
Rise of the JAMstack
Rise of the JAMstackRise of the JAMstack
Rise of the JAMstackFITC
 
From Closed to Open: A Journey of Self Discovery
From Closed to Open: A Journey of Self DiscoveryFrom Closed to Open: A Journey of Self Discovery
From Closed to Open: A Journey of Self DiscoveryFITC
 
Projects Ain’t Nobody Got Time For
Projects Ain’t Nobody Got Time ForProjects Ain’t Nobody Got Time For
Projects Ain’t Nobody Got Time ForFITC
 

Mehr von FITC (20)

Cut it up
Cut it upCut it up
Cut it up
 
Designing for Digital Health
Designing for Digital HealthDesigning for Digital Health
Designing for Digital Health
 
Profiling JavaScript Performance
Profiling JavaScript PerformanceProfiling JavaScript Performance
Profiling JavaScript Performance
 
Surviving Your Tech Stack
Surviving Your Tech StackSurviving Your Tech Stack
Surviving Your Tech Stack
 
How to Pitch Your First AR Project
How to Pitch Your First AR ProjectHow to Pitch Your First AR Project
How to Pitch Your First AR Project
 
Start by Understanding the Problem, Not by Delivering the Answer
Start by Understanding the Problem, Not by Delivering the AnswerStart by Understanding the Problem, Not by Delivering the Answer
Start by Understanding the Problem, Not by Delivering the Answer
 
Cocaine to Carrots: The Art of Telling Someone Else’s Story
Cocaine to Carrots: The Art of Telling Someone Else’s StoryCocaine to Carrots: The Art of Telling Someone Else’s Story
Cocaine to Carrots: The Art of Telling Someone Else’s Story
 
Everyday Innovation
Everyday InnovationEveryday Innovation
Everyday Innovation
 
HyperLight Websites
HyperLight WebsitesHyperLight Websites
HyperLight Websites
 
Everything is Terrifying
Everything is TerrifyingEverything is Terrifying
Everything is Terrifying
 
Post-Earth Visions: Designing for Space and the Future Human
Post-Earth Visions: Designing for Space and the Future HumanPost-Earth Visions: Designing for Space and the Future Human
Post-Earth Visions: Designing for Space and the Future Human
 
The Rise of the Creative Social Influencer (and How to Become One)
The Rise of the Creative Social Influencer (and How to Become One)The Rise of the Creative Social Influencer (and How to Become One)
The Rise of the Creative Social Influencer (and How to Become One)
 
East of the Rockies: Developing an AR Game
East of the Rockies: Developing an AR GameEast of the Rockies: Developing an AR Game
East of the Rockies: Developing an AR Game
 
Creating a Proactive Healthcare System
Creating a Proactive Healthcare SystemCreating a Proactive Healthcare System
Creating a Proactive Healthcare System
 
World Transformation: The Secret Agenda of Product Design
World Transformation: The Secret Agenda of Product DesignWorld Transformation: The Secret Agenda of Product Design
World Transformation: The Secret Agenda of Product Design
 
The Power of Now
The Power of NowThe Power of Now
The Power of Now
 
High Performance PWAs
High Performance PWAsHigh Performance PWAs
High Performance PWAs
 
Rise of the JAMstack
Rise of the JAMstackRise of the JAMstack
Rise of the JAMstack
 
From Closed to Open: A Journey of Self Discovery
From Closed to Open: A Journey of Self DiscoveryFrom Closed to Open: A Journey of Self Discovery
From Closed to Open: A Journey of Self Discovery
 
Projects Ain’t Nobody Got Time For
Projects Ain’t Nobody Got Time ForProjects Ain’t Nobody Got Time For
Projects Ain’t Nobody Got Time For
 

Kürzlich hochgeladen

办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...
办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...
办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...vmzoxnx5
 
IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119APNIC
 
Summary ID-IGF 2016 National Dialogue - English (tata kelola internet / int...
Summary  ID-IGF 2016 National Dialogue  - English (tata kelola internet / int...Summary  ID-IGF 2016 National Dialogue  - English (tata kelola internet / int...
Summary ID-IGF 2016 National Dialogue - English (tata kelola internet / int...ICT Watch - Indonesia
 
How to login to Router net ORBI LOGIN...
How to login to Router net ORBI LOGIN...How to login to Router net ORBI LOGIN...
How to login to Router net ORBI LOGIN...rrouter90
 
Company Snapshot Theme for Business by Slidesgo.pptx
Company Snapshot Theme for Business by Slidesgo.pptxCompany Snapshot Theme for Business by Slidesgo.pptx
Company Snapshot Theme for Business by Slidesgo.pptxMario
 
TRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptxTRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptxAndrieCagasanAkio
 
Unidad 4 – Redes de ordenadores (en inglés).pptx
Unidad 4 – Redes de ordenadores (en inglés).pptxUnidad 4 – Redes de ordenadores (en inglés).pptx
Unidad 4 – Redes de ordenadores (en inglés).pptxmibuzondetrabajo
 
Summary IGF 2013 Bali - English (tata kelola internet / internet governance)
Summary  IGF 2013 Bali - English (tata kelola internet / internet governance)Summary  IGF 2013 Bali - English (tata kelola internet / internet governance)
Summary IGF 2013 Bali - English (tata kelola internet / internet governance)ICT Watch - Indonesia
 
Cybersecurity Threats and Cybersecurity Best Practices
Cybersecurity Threats and Cybersecurity Best PracticesCybersecurity Threats and Cybersecurity Best Practices
Cybersecurity Threats and Cybersecurity Best PracticesLumiverse Solutions Pvt Ltd
 

Kürzlich hochgeladen (9)

办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...
办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...
办理澳洲USYD文凭证书学历认证【Q微/1954292140】办理悉尼大学毕业证书真实成绩单GPA修改/办理澳洲大学文凭证书Offer录取通知书/在读证明...
 
IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119IP addressing and IPv6, presented by Paul Wilson at IETF 119
IP addressing and IPv6, presented by Paul Wilson at IETF 119
 
Summary ID-IGF 2016 National Dialogue - English (tata kelola internet / int...
Summary  ID-IGF 2016 National Dialogue  - English (tata kelola internet / int...Summary  ID-IGF 2016 National Dialogue  - English (tata kelola internet / int...
Summary ID-IGF 2016 National Dialogue - English (tata kelola internet / int...
 
How to login to Router net ORBI LOGIN...
How to login to Router net ORBI LOGIN...How to login to Router net ORBI LOGIN...
How to login to Router net ORBI LOGIN...
 
Company Snapshot Theme for Business by Slidesgo.pptx
Company Snapshot Theme for Business by Slidesgo.pptxCompany Snapshot Theme for Business by Slidesgo.pptx
Company Snapshot Theme for Business by Slidesgo.pptx
 
TRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptxTRENDS Enabling and inhibiting dimensions.pptx
TRENDS Enabling and inhibiting dimensions.pptx
 
Unidad 4 – Redes de ordenadores (en inglés).pptx
Unidad 4 – Redes de ordenadores (en inglés).pptxUnidad 4 – Redes de ordenadores (en inglés).pptx
Unidad 4 – Redes de ordenadores (en inglés).pptx
 
Summary IGF 2013 Bali - English (tata kelola internet / internet governance)
Summary  IGF 2013 Bali - English (tata kelola internet / internet governance)Summary  IGF 2013 Bali - English (tata kelola internet / internet governance)
Summary IGF 2013 Bali - English (tata kelola internet / internet governance)
 
Cybersecurity Threats and Cybersecurity Best Practices
Cybersecurity Threats and Cybersecurity Best PracticesCybersecurity Threats and Cybersecurity Best Practices
Cybersecurity Threats and Cybersecurity Best Practices
 

How We Built A Bot For FITC