Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
alexaスキル自作 / alexa toilet skill
Search
Hayao Munesato
September 09, 2018
Technology
0
420
alexaスキル自作 / alexa toilet skill
2018年9月9日@ディップ株式会社
CpawLT発表資料
Hayao Munesato
September 09, 2018
Tweet
Share
Other Decks in Technology
See All in Technology
生成AI時代のPythonセキュリティとガバナンス
abenben
0
140
MCP ✖️ Apps SDKを触ってみた
hisuzuya
0
390
クラウドとリアルの融合により、製造業はどう変わるのか?〜クラスメソッドの製造業への取組と共に〜
hamadakoji
0
450
激動の時代を爆速リチーミングで乗り越えろ
sansantech
PRO
1
140
NLPコロキウム20251022_超効率化への挑戦: LLM 1bit量子化のロードマップ
yumaichikawa
3
540
Behind Postgres 18: The People, the Code, & the Invisible Work | Claire Giordano | PGConfEU 2025
clairegiordano
0
150
20251024_TROCCO/COMETAアップデート紹介といくつかデモもやります!_#p_UG 東京:データ活用が進む組織の作り方
soysoysoyb
0
120
RemoteFunctionを使ったコロケーション
mkazutaka
1
130
ソースを読む時の思考プロセスの例-MkDocs
sat
PRO
1
290
AI駆動で進める依存ライブラリ更新 ─ Vue プロジェクトの品質向上と開発スピード改善の実践録
sayn0
1
330
AI AgentをLangflowでサクッと作って、1日働かせてみた!
yano13
1
160
Zero Trust DNS でより安全なインターネット アクセス
murachiakira
0
110
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
Raft: Consensus for Rubyists
vanstee
140
7.2k
What's in a price? How to price your products and services
michaelherold
246
12k
RailsConf 2023
tenderlove
30
1.3k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Site-Speed That Sticks
csswizardry
13
930
Building Adaptive Systems
keathley
44
2.8k
4 Signs Your Business is Dying
shpigford
185
22k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Transcript
alexaスキル自作 はやお 1
自己紹介 宗里 駿(ムネサト ハヤオ) Facebook: https://www.facebook.com/hayaoMunesato - ディップ株式会社システム開発部 - Jenkins - Ansible
- CpawLT (PM) 2
今回は 3
4
5
どんなスキルを作るか 6
7
今回作るスキル アレクサ お腹痛い 3部屋空いてます 8
alexaスキル 9
alexaスキル 10
alexaスキル 11 LaunchRequest IntentRequest SessionEndedRequest
alexaスキル 12 LaunchRequest IntentRequest SessionEndedRequest … 呼び出しリクエスト … 会話のリクエスト …
終了(その他)のリクエスト
alexaスキル 13 「お腹痛い」 適当に
lambda 14
lambda(レスポンス) 15 version(必須) response(必須) outputSpeech reprompt sessionAttributes shouldEndSession
lambda(レスポンス) 16 version(必須) response(必須) outputSpeech reprompt sessionAttributes alexaが話す内容 会話のエラー処理 (今回必要なし)
セッションを持続する場合には これが必要(今回なし) shouldEndSession 答えて終わりなのでture
lambda(レスポンス) 17
デモ 18