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
Develop Alexa Skills
Search
awedis
June 07, 2022
Technology
0
120
Develop Alexa Skills
Developing Alexa Skills
awedis
June 07, 2022
Tweet
Share
More Decks by awedis
See All by awedis
“Automate Everything: Streamline AWS Operations”
awedis
0
6
Journey to AWS Serverless
awedis
0
69
GitOps Best Practices
awedis
0
75
Intro to AWS
awedis
0
130
Introduction to AWS & Services
awedis
0
53
AWS re:Invent re:Cap (Builde Experience & Serverless)
awedis
0
36
Intro to AWS
awedis
0
67
Use Step Functions to Simplify Complex Architectures
awedis
0
60
Amplify with Demo (Cognito & S3)
awedis
0
140
Other Decks in Technology
See All in Technology
ViteとTypeScriptのProject Referencesで 大規模モノレポのUIカタログのリリースサイクルを高速化する
shuta13
3
200
Okta Identity Governanceで実現する最小権限の原則 / Implementing the Principle of Least Privilege with Okta Identity Governance
tatsumin39
0
170
SQLAlchemy の select(User).where(User.id =="123") を理解してみる/sqlalchemy deep dive
3l4l5
3
340
ソースを読む時の思考プロセスの例-MkDocs
sat
PRO
1
170
可観測性は開発環境から、開発環境にもオブザーバビリティ導入のススメ
layerx
PRO
0
210
SRE × マネジメントレイヤーが挑戦した組織・会社のオブザーバビリティ改革 ― ビジネス価値と信頼性を両立するリアルな挑戦
coconala_engineer
0
210
会社を支える Pythonという言語戦略 ~なぜPythonを主要言語にしているのか?~
curekoshimizu
3
660
SCONE - 動画配信の帯域を最適化する新プロトコル
kazuho
1
370
Open Table Format (OTF) が必要になった背景とその機能 (2025.10.28)
simosako
1
150
生成AI時代のPythonセキュリティとガバナンス
abenben
0
130
AI AgentをLangflowでサクッと作って、1日働かせてみた!
yano13
1
160
Dylib Hijacking on macOS: Dead or Alive?
patrickwardle
0
470
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Code Reviewing Like a Champion
maltzj
526
40k
YesSQL, Process and Tooling at Scale
rocio
173
15k
Typedesign – Prime Four
hannesfritz
42
2.8k
How to Think Like a Performance Engineer
csswizardry
27
2.1k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
190
55k
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
Done Done
chrislema
185
16k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
130k
Navigating Team Friction
lara
190
15k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Transcript
None
Awedis Keofteian Cloud Software Eng. | AWS Community Builder
Develop Alexa Skills in Arabic
Design
Intents Utterances Custom Slots Dialog Model
Alexa, ask random quotes Wake word Start Ask Tell play
Launch Invocation name Give me a quote I want a quote RandomQuoteIntent (2 utterances)
Architecture
Alexa-hosted Provision your own
None
Development
Alexa Skills Kit (ASK) Alexa Developer Console Interaction Model
Alexa Skills Kit (ASK) $ ask new $ ask new
--template-url https://example.com/example/example-skill.git $ ask init --hosted-skill-id amzn1.ask.skill…. $ ask dialog --locale en-US $ ask dialog --locale ar-SA
Blog: https://dev.to/awedis/alexa-in-arabic-5ek2 GitHub: https://github.com/awedis/random-quote Blog: