SlideShare a Scribd company logo
Azure webinar botframeworkfundamentals_20171117
Azure webinar botframeworkfundamentals_20171117
目的
ゴール
Azure webinar botframeworkfundamentals_20171117
Azure webinar botframeworkfundamentals_20171117
こちらが入力した言葉を
コンピューターが解釈して
何らかの答えを返してくれる
自動で動作する アプリ
Azure webinar botframeworkfundamentals_20171117
日本マイクロソフト社内
庶務サポートBOT
株式会社ナビタイムジャパン様
乗換検索 BOT サービス
株式会社ナビタイムジャパン様
「鎌倉 NAVITIME Travel」
Azure webinar botframeworkfundamentals_20171117
Bing 検索エンジンで培った
ディープラーニング技術を基にした人工知能
約630万LINEユーザー
(2017年11月現在)
品川から大阪に
行きたい
1泊1人10,000円まで
梅田から徒歩圏のホテルこんにちは
登録情報を
確認したい
いらっしゃいませ
品川→新大阪の
新幹線を検索します
日程は
お決まりですか?
会員IDを
教えてください
宿泊予約列車の予約
ご挨拶
(Hello!)
会員確認
…
…
…
①メニュー&シナリオ
宿泊予約列車の予約
ご挨拶
(Hello!)
会員確認
…
出発地、到着地の確認
日付、時間の確認
列車、金額検索
列車指定
シナリオフロー例:社内会議室予約
Microsoft Graph
https://graph.microsoft.com/
Microsoft Graph
POST
https://outlook.office.com/api/v2.0/users/room1@example.onmicrosoft.com/events
Header
Content-type: application/json
Body
{
"subject": "Meeting",
"start": {"dateTime": “yyyy-mm-ddT04:00:00.000Z", "timeZone": "UTC“},
"end": {"dateTime": “yyyy-mm-ddT05:00:00.000Z", "timeZone": "UTC“},
}
②言語処理
③入出力ツール
ユーザー入力の想定
3か4LDKで、家賃2から5万円くらい。
庭付きで、品川から電車で45分以内、
その最寄り駅から徒歩10分圏内。そこ
から徒歩5分以内にジムがある物件を
探しています。
部屋を探しています。
Starwars の映画の曲
が聞きたいのだけど、
どの映画だったかわ
すれちゃいました。
悲愴感というか物悲
しい雰囲気の曲です。
あと、デススターに
突入するときの勇ま
しい感じの曲も知り
たいです。
漢字表記が複数、
間違い、ひらがな
複数の質問が
一度に
ナビゲーション
ようこそ! 何かお役に
立つ事はありますか?
Events
Stages
Amenities
どのイベントに
興味がありますか?
Music
Comedy
Film
Laser Dome
Spectacles
Theater
誰の音楽が好きですか?
“Lady Gaga”
Azure webinar botframeworkfundamentals_20171117
Azure webinar botframeworkfundamentals_20171117
ダイアログ形式のコミュ
ニケーションを実装
(C#, Node.js)
BOT アプリをメッセージ
ングサービスに接続
Bing, Cortana などから
利用できるディレクトリ
に登録
BOT アプリを容易に作成するフレームワーク
Node.js & C# SDK
Built-in ダイアログ:
BOTと他のメッセージチャネルを接続
Bot Framework によるBOT
の登録ディレクトリー
開発ツール
http://aka.ms/bf-bc-vstemplate
https://aka.ms/bf-bc-emulator
https://github.com/Microsoft/botbuilder
開発ドキュメント
https://docs.botframework.com/en-us/
https://dev.botframework.com/
Azure webinar botframeworkfundamentals_20171117
Azure webinar botframeworkfundamentals_20171117
Azure webinar botframeworkfundamentals_20171117
会話の入出力
自然言語処理
回答 DB
ログ DB
会話の入出力
自然言語処理
ログ DB
会話の入出力
自然言語処理
ログ DB
外部サービスAPIなど
会話の入出力
自然言語処理
ログ DB
回答 DB
会話の入出力
自然言語処理
ログ DB
回答 DB
https://qiita.com/annie/items/c55101720aee1c6d7ad6
https://github.com/a-n-n-i-e/CognitiveLUIS-AdaptiveCards-WeatherBot
会話の入出力
自然言語処理
会話の入出力
自然言語処理
外部サービスAPIなど
Azure webinar botframeworkfundamentals_20171117
Azure webinar botframeworkfundamentals_20171117
会話の入出力
自然言語処理
回答 DB
ログ DB
Azure webinar botframeworkfundamentals_20171117
Text Analytics Language Understanding
Intelligent Service (LUIS)
Language: ja
keyPhrases: Azure
Azure webinar botframeworkfundamentals_20171117
全文検索機能を提供するPaaS
検索の専門的な知識不要で容易にリッチ検索を利用可能
完全マネージドで運用管理コストも削減
→ アプリ/サービス開発に集中できる
地理空間検索
http://azjobsdemo.azurewebsites.net/
Azure webinar botframeworkfundamentals_20171117
Cognitive Services
Cognitive Services Cortana Skills
Azure webinar botframeworkfundamentals_20171117
Azure webinar botframeworkfundamentals_20171117
• いつでもどこでも
• ユーザーが使い慣れたツール
を経由して、商品やサービス
を提供可能
• 自然言語からの類推
• パーソナライズ、パターン化
などによる定型処理
Azure webinar botframeworkfundamentals_20171117
Tech Summit 2017 ハンズオン
https://github.com/ayako/TS17-FAQBotHoL
https://github.com/ayako/TS17-CognitiveCVHoL
Azure webinar botframeworkfundamentals_20171117

More Related Content

PPTX
ペコメイト
PPTX
Changing the matching function from two years ago to now.
PPTX
Changing the matching function from two years ago to now.
PDF
Stripe payment 20180416
PPTX
Kintone + ruby + ThinReports 連携
PPTX
キントーンを利用した活用事例_京阪バス
PPTX
Bing Search API 使ってみました
PDF
インターネットメディアにおけるコンテンツの開発と評価
ペコメイト
Changing the matching function from two years ago to now.
Changing the matching function from two years ago to now.
Stripe payment 20180416
Kintone + ruby + ThinReports 連携
キントーンを利用した活用事例_京阪バス
Bing Search API 使ってみました
インターネットメディアにおけるコンテンツの開発と評価

More from Ayako Omori (20)

PDF
ふくしまプログラミング推進協会_生成AIの使いこなし202311.pdf
PDF
Cogbot_AzureOpenAIServices_AzureAI_20230302.pdf
PDF
DLL_言語系MicrosoftAIサービス最新情報_202302.pdf
PDF
LINE Developer Community: Microsoft AI を楽しく使おう
PDF
Cogbot #30 Ignite 2021 アップデート Cognitive Search 編
PDF
マイクロソフトの AI プラットフォーム & Cognitive Services 概要 ~ Ignite 2020 Recap
PDF
Tech Summit 2018: ユーザーインターフェースとしてのチャットボット開発手法 と Bot Framework V4
PDF
LINE Commumity Microsoft_ConversationalAI_20200409
PDF
DLL: Ignite2019 CognitiveServices Update 20191127
PDF
Microsoft Conversational AI_20191030
PDF
Cognitive Services Speech Service ことはじめ_20190725
PDF
Cogbot Azure Line Bot Handson_20190420
PDF
Azure Bot Service Handson 20190409
PPTX
使ってみよう!Cognitive Services Container_20190122
PDF
関西Azure勉強会 Cognitive Services アップデート_20180628
PDF
ノンコーディング開発大集合!CognitiveServices概要_20180626
PDF
Cogbot 勉強会 #13: クラウド地獄にならない Azure の使い方
PPTX
Cogbot 勉強会 in Nagoya ハンズオン_20180310
PDF
Cogbot 勉強会 in Nagoya ハンズオン_20180310
PDF
Cogbot 勉強会 in Nagoya : Cognitive Services 概要 20180310
ふくしまプログラミング推進協会_生成AIの使いこなし202311.pdf
Cogbot_AzureOpenAIServices_AzureAI_20230302.pdf
DLL_言語系MicrosoftAIサービス最新情報_202302.pdf
LINE Developer Community: Microsoft AI を楽しく使おう
Cogbot #30 Ignite 2021 アップデート Cognitive Search 編
マイクロソフトの AI プラットフォーム & Cognitive Services 概要 ~ Ignite 2020 Recap
Tech Summit 2018: ユーザーインターフェースとしてのチャットボット開発手法 と Bot Framework V4
LINE Commumity Microsoft_ConversationalAI_20200409
DLL: Ignite2019 CognitiveServices Update 20191127
Microsoft Conversational AI_20191030
Cognitive Services Speech Service ことはじめ_20190725
Cogbot Azure Line Bot Handson_20190420
Azure Bot Service Handson 20190409
使ってみよう!Cognitive Services Container_20190122
関西Azure勉強会 Cognitive Services アップデート_20180628
ノンコーディング開発大集合!CognitiveServices概要_20180626
Cogbot 勉強会 #13: クラウド地獄にならない Azure の使い方
Cogbot 勉強会 in Nagoya ハンズオン_20180310
Cogbot 勉強会 in Nagoya ハンズオン_20180310
Cogbot 勉強会 in Nagoya : Cognitive Services 概要 20180310
Ad

Azure webinar botframeworkfundamentals_20171117