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 Workshop PDPU 2019
Search
nish17
November 09, 2019
Education
0
140
Alexa Workshop PDPU 2019
Encode (The Programming Club of PDPU) presents a workshop on Alexa Skill Development
nish17
November 09, 2019
Tweet
Share
More Decks by nish17
See All by nish17
Actions Builder 101
nimeshs17
0
54
Best_Practices_of_VUI_Design.pdf
nimeshs17
1
210
Other Decks in Education
See All in Education
2025年度春学期 統計学 第6回 データの関係を知る(1)ー相関関係 (2025. 5. 15)
akiraasano
PRO
0
170
サンキッズゾーン 春日井駅前 ご案内
sanyohomes
0
720
プレゼンテーション実践
takenawa
0
13k
Pydantic(AI)とJSONの詳細解説
mickey_kubo
0
160
Human-AI Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
500
みんなのコードD&I推進レポート2025 テクノロジー分野のジェンダーギャップとその取り組みについて
codeforeveryone
0
120
2025年度春学期 統計学 第14回 分布についての仮説を検証する ー 仮説検定(1) (2025. 7. 10)
akiraasano
PRO
0
130
万博マニアックマップを支えるオープンデータとその裏側
barsaka2
0
720
探査機自作ゼミ2025スライド
sksat
3
700
2025年度春学期 統計学 第10回 分布の推測とは ー 標本調査,度数分布と確率分布 (2025. 6. 12)
akiraasano
PRO
0
210
技術文章を書くための執筆技術と実践法(パラグラフライティング)
hisashiishihara
19
6.7k
日本の情報系社会人院生のリアル -JAIST 修士編-
yurikomium
1
100
Featured
See All Featured
Designing for Performance
lara
610
69k
Producing Creativity
orderedlist
PRO
347
40k
Documentation Writing (for coders)
carmenintech
73
5k
Writing Fast Ruby
sferik
628
62k
A Tale of Four Properties
chriscoyier
160
23k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Visualization
eitanlees
146
16k
Into the Great Unknown - MozCon
thekraken
40
2k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
770
Transcript
Alexa Workshop Nimesh Solanki @NimeshS17
How an Alexa Skill Works?
Why Build Alexa Skills?
What Are The Steps to Build a Skill?
What Are The Steps to Build a Skill? • Step
1: Design the Voice User Interface • Step 2: Build • Step 3: Test • Step 4: Certification and launch
What Are The Steps to Build a Skill? • Step
1: Design the Voice User Interface • Step 2: Build • Step 3: Test • Step 4: Certification and launch
What Are The Steps to Build a Skill? • Step
1: Design the Voice User Interface • Step 2: Build • Step 3: Test • Step 4: Certification and launch
What Are The Steps to Build a Skill? • Step
1: Design the Voice User Interface • Step 2: Build • Step 3: Test • Step 4: Certification and launch
Voice Design Concepts
Voice Design Concepts: • Utterances • Intents • Slots
None
Voice Design Concepts: • Utterances • Intents • Slots
Voice Design Concepts: • Utterances • Intents • Slots
None
Steps to create a Skill Step 1: Log in Step
2: Create your skill Step 3: Greet the user Step 4: Test your skill
www.github.com/nish17/alexa-workshop-pdpu
Simple Name skill (Cake zero) • Asks the user for
their name • Greets the user
Fact Skill (Cake One) • Get Data • Generate a
random number. • Gives a random fact about space
Cake Walk Skill (Cake Two) build Cakewalk, a simple skill
that: • asks the user for their birthday • tells them how many days until their next birthday
Quick Links For Reference Signup https://amzn.to/2NO8Vnc Link to get Vendor
ID: https://amzn.to/33uW3ZC Submit Vendor ID: http://bit.ly/PDPUALEXAWP Links for Alexa skill SDK – Java & Node.js • Alexa skill SDK for Java • Alexa skill SDK for Node.js • Alexa skill SDK for Python
Thank you