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
5
Journey to AWS Serverless
awedis
0
66
GitOps Best Practices
awedis
0
74
Intro to AWS
awedis
0
130
Introduction to AWS & Services
awedis
0
51
AWS re:Invent re:Cap (Builde Experience & Serverless)
awedis
0
35
Intro to AWS
awedis
0
67
Use Step Functions to Simplify Complex Architectures
awedis
0
59
Amplify with Demo (Cognito & S3)
awedis
0
140
Other Decks in Technology
See All in Technology
AI駆動開発を推進するためにサービス開発チームで 取り組んでいること
noayaoshiro
0
260
速習AGENTS.md:5分で精度を上げる "3ブロック" テンプレ
ismk
6
1.1k
20251014_Pythonを実務で徹底的に使いこなした話
ippei0923
0
190
M5製品で作るポン置きセルラー対応カメラ
sayacom
0
180
Escaping_the_Kraken_-_October_2025.pdf
mdalmijn
0
170
ユーザーの声とAI検証で進める、プロダクトディスカバリー
sansantech
PRO
1
130
2025-10-09_プロジェクトマネージャーAIチャンス
taukami
0
130
定期的な価値提供だけじゃない、スクラムが導くチームの共創化 / 20251004 Naoki Takahashi
shift_evolve
PRO
4
360
生成AIとM5Stack / M5 Japan Tour 2025 Autumn 東京
you
PRO
0
250
Adminaで実現するISMS/SOC2運用の効率化 〜 アカウント管理編 〜
shonansurvivors
4
440
CoRL 2025 Survey
harukiabe
0
160
20251007: What happens when multi-agent systems become larger? (CyberAgent, Inc)
ornew
1
240
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
RailsConf 2023
tenderlove
30
1.2k
Bash Introduction
62gerente
615
210k
Rails Girls Zürich Keynote
gr2m
95
14k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Building Applications with DynamoDB
mza
96
6.7k
Embracing the Ebb and Flow
colly
88
4.8k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Music & Morning Musume
bryan
46
6.8k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
How to Ace a Technical Interview
jacobian
280
24k
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: