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
110
Develop Alexa Skills
Developing Alexa Skills
awedis
June 07, 2022
Tweet
Share
More Decks by awedis
See All by awedis
Journey to AWS Serverless
awedis
0
54
GitOps Best Practices
awedis
0
61
Intro to AWS
awedis
0
84
Introduction to AWS & Services
awedis
0
36
AWS re:Invent re:Cap (Builde Experience & Serverless)
awedis
0
27
Intro to AWS
awedis
0
63
Use Step Functions to Simplify Complex Architectures
awedis
0
47
Amplify with Demo (Cognito & S3)
awedis
0
130
Introduction to AWS main services and demo CDK CRUD APIs
awedis
0
110
Other Decks in Technology
See All in Technology
PostgreSQL 18 cancel request key長の変更とRailsへの関連
yahonda
0
120
Node-RED × MCP 勉強会 vol.1
1ftseabass
PRO
0
140
Кто отправит outbox? Валентин Удальцов, автор канала Пых
lamodatech
0
340
OpenHands🤲にContributeしてみた
kotauchisunsun
1
430
2年でここまで成長!AWSで育てたAI Slack botの軌跡
iwamot
PRO
4
700
5min GuardDuty Extended Threat Detection EKS
takakuni
0
140
Agentic Workflowという選択肢を考える
tkikuchi1002
1
500
生成AI時代 文字コードを学ぶ意義を見出せるか?
hrsued
1
280
~宇宙最速~2025年AWS Summit レポート
satodesu
1
1.8k
Understanding_Thread_Tuning_for_Inference_Servers_of_Deep_Models.pdf
lycorptech_jp
PRO
0
120
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
220
How Community Opened Global Doors
hiroramos4
PRO
1
120
Featured
See All Featured
A better future with KSS
kneath
239
17k
Adopting Sorbet at Scale
ufuk
77
9.4k
For a Future-Friendly Web
brad_frost
179
9.8k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
124
52k
Practical Orchestrator
shlominoach
188
11k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Docker and Python
trallard
44
3.4k
It's Worth the Effort
3n
185
28k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Facilitating Awesome Meetings
lara
54
6.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.4k
Writing Fast Ruby
sferik
628
61k
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: