SlideShare a Scribd company logo
Katarzyna Kurzyńska-Madej
@akateeerin
Alexa, say hi!
Intro to Alexa for
developers
Concepts & Good
Practices
Alexa,
What is the meaning of life?
44 is a good approximation
Alexa Skill Kit
speech input
speech output
request
response
Language Model Logic
Alexa,
What is the meaning of life?
44 is a good approximation
Alexa Skill Kit
speech input
speech output
request
response
Language Model Logic
Design first!
+ = Fun!
“Alexa, tell Time Tracker
to start billing Upside
for software development”
StartTrackingIntent
“Alexa, tell Time Tracker
to stop billing”
intent
utterance
slots
what user wants
what user says
params
Alexa, tell Time Tracker to
Start billing Upside
Problem: not complete information
Dialog model
Alexa, tell Time Tracker to
Start billing Upside
What task would you
like to bill?
Software development
Ok, I started billing Upside
for software development
Maintaining language model
Check out ASK Toolkit!
Voice interfaces are flat
I’ve put my knight on field B8.

What would you like to do?
Ok, I’m wondering

where my rook was…
State
Machine
Is
Probably
Bad
Idea
What is your name?
Grzegorz Brzęczyszczykiewicz
Dynamic data is difficult
Alexa,
What is the meaning of life?
44 is a good approximation
Alexa Skill Kit
speech input
speech output
request
response
Language Model Logic
Alexa, open Time Tracker
Start billing Upside
for software development
Alexa, stop
Launch Request
Intent Request
Session Ended Request
Warning: Dialog
Model
State Management?
We’ve got session!
{
  "version": "1.0",
  "session": {
    "new": true,
    "sessionId": "amzn1.echo-api.session.[unique-value-here]",
    "application": {
      "applicationId": "amzn1.ask.skill.[unique-value-here]"
    },
"attributes": {
      "key": "string value"
    },
"user": {
      "userId": "amzn1.ask.account.[unique-value-here]",
      "accessToken": "Atza|AAAAAAAA...",
      "permissions": {
        "consentToken": "ZZZZZZZ..."
      }
}
},
"context": {
    "System": {
      "device": {
        "deviceId": "string",
        "supportedInterfaces": {
          "AudioPlayer": {}
}
},
"application": {
        "applicationId": "amzn1.ask.skill.[unique-value-here]"
      },
"user": {
        "userId": "amzn1.ask.account.[unique-value-here]",
        "accessToken": "Atza|AAAAAAAA...",
        "permissions": {
          "consentToken": "ZZZZZZZ..."
        }
},
"apiEndpoint": "https://api.amazonalexa.com",
"apiAccessToken": "AxThk..."
},
"AudioPlayer": {
      "playerActivity": "PLAYING",
      "token": "audioplayer-token",
      "offsetInMilliseconds": 0
    }
},
"request": {}
}
Testing
ASK Toolkit!
Deployment
Certification Required
Check submission checklist!
Follow us:
@UpsideLab
@CreateForVoice
www.upsidelab.io
we build for voice

More Related Content

PPTX
Chatbots and Voice Conversational Interfaces with Amazon Alexa, Neo4j and Gra...
PPTX
AlexaForce - World Tour Amsterdam 2018
PDF
Challenges of moving a java team to scala
PPTX
London Alexa Devs 9th Meetup - Look Who's Talking
PDF
Digital Muse “Girl Tech Fest - AWS Alexa Skills Coding Workshop
PDF
Get Started Developing with Alexa and Drupal
PPTX
Introduction to Alexa Skill Building
PPTX
IT Camp 2019: How to build your first Alexa skill in under one hour
Chatbots and Voice Conversational Interfaces with Amazon Alexa, Neo4j and Gra...
AlexaForce - World Tour Amsterdam 2018
Challenges of moving a java team to scala
London Alexa Devs 9th Meetup - Look Who's Talking
Digital Muse “Girl Tech Fest - AWS Alexa Skills Coding Workshop
Get Started Developing with Alexa and Drupal
Introduction to Alexa Skill Building
IT Camp 2019: How to build your first Alexa skill in under one hour

Similar to Alexa, say hi! Intro to Alexa for developers (20)

PPSX
Amazon Alexa Working
PDF
Starting a Fresh Conversation with AI and the Bots
PDF
Marcel Pociot "Alexa, let's build a voice-powered app"
PPTX
Amazon alexa - building custom skills
PDF
Alexa workshop - Women Who Code, Bangalore 23 Jan 2019
PPTX
Hackster DFW - Amazon Echo Workshop
PDF
What Devs Need to Know about Amazon Alexa Skills
PDF
Alexa for Developers
PPTX
Developing Amazon Alexa Skills with the Go Programming Language
PPTX
Voice enable all the things with Alexa
PPTX
Building Amazon Alexa custom Skill step by step
PPTX
Hey alexa, let's build an alexa skill using nodejs
PPTX
Noelle LaCharite: What Brands need to know about Building for Voice
PPTX
Building custom skills with Amazon Alexa
PDF
Design and Develop Alexa Skills - Codemotion Rome 2019
PDF
Agile Gurugram 30-31Aug 2024 | The Art of Prompt Engineering for Agile Teams ...
PPTX
Amazon Alexa
PDF
Alexa user group bangalore meetup - let us build multimodal skill
PPTX
Guest Lecture _ Python Basics _ Alexa Skill Dev _ by Shivam Dutt Sharma
PDF
LLMs in Production: Tooling, Process, and Team Structure
Amazon Alexa Working
Starting a Fresh Conversation with AI and the Bots
Marcel Pociot "Alexa, let's build a voice-powered app"
Amazon alexa - building custom skills
Alexa workshop - Women Who Code, Bangalore 23 Jan 2019
Hackster DFW - Amazon Echo Workshop
What Devs Need to Know about Amazon Alexa Skills
Alexa for Developers
Developing Amazon Alexa Skills with the Go Programming Language
Voice enable all the things with Alexa
Building Amazon Alexa custom Skill step by step
Hey alexa, let's build an alexa skill using nodejs
Noelle LaCharite: What Brands need to know about Building for Voice
Building custom skills with Amazon Alexa
Design and Develop Alexa Skills - Codemotion Rome 2019
Agile Gurugram 30-31Aug 2024 | The Art of Prompt Engineering for Agile Teams ...
Amazon Alexa
Alexa user group bangalore meetup - let us build multimodal skill
Guest Lecture _ Python Basics _ Alexa Skill Dev _ by Shivam Dutt Sharma
LLMs in Production: Tooling, Process, and Team Structure
Ad

Recently uploaded (20)

PPTX
Patient Appointment Booking in Odoo with online payment
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PPTX
Computer Software - Technology and Livelihood Education
PDF
Website Design Services for Small Businesses.pdf
PPTX
Cybersecurity: Protecting the Digital World
PDF
Salesforce Agentforce AI Implementation.pdf
PDF
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
PDF
Visual explanation of Dijkstra's Algorithm using Python
PDF
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PPTX
Trending Python Topics for Data Visualization in 2025
PPTX
GSA Content Generator Crack (2025 Latest)
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PDF
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
PDF
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
PPTX
Weekly report ppt - harsh dattuprasad patel.pptx
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
Patient Appointment Booking in Odoo with online payment
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
Computer Software - Technology and Livelihood Education
Website Design Services for Small Businesses.pdf
Cybersecurity: Protecting the Digital World
Salesforce Agentforce AI Implementation.pdf
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
Visual explanation of Dijkstra's Algorithm using Python
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
Advanced SystemCare Ultimate Crack + Portable (2025)
Trending Python Topics for Data Visualization in 2025
GSA Content Generator Crack (2025 Latest)
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
Computer Software and OS of computer science of grade 11.pptx
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
Weekly report ppt - harsh dattuprasad patel.pptx
Why Generative AI is the Future of Content, Code & Creativity?
Ad

Alexa, say hi! Intro to Alexa for developers

  • 1. Katarzyna Kurzyńska-Madej @akateeerin Alexa, say hi! Intro to Alexa for developers
  • 3. Alexa, What is the meaning of life? 44 is a good approximation Alexa Skill Kit speech input speech output request response Language Model Logic
  • 4. Alexa, What is the meaning of life? 44 is a good approximation Alexa Skill Kit speech input speech output request response Language Model Logic
  • 7. “Alexa, tell Time Tracker to start billing Upside for software development” StartTrackingIntent “Alexa, tell Time Tracker to stop billing” intent utterance slots what user wants what user says params
  • 8. Alexa, tell Time Tracker to Start billing Upside Problem: not complete information
  • 9. Dialog model Alexa, tell Time Tracker to Start billing Upside What task would you like to bill? Software development Ok, I started billing Upside for software development
  • 11. Voice interfaces are flat I’ve put my knight on field B8.
 What would you like to do? Ok, I’m wondering
 where my rook was…
  • 13. What is your name? Grzegorz Brzęczyszczykiewicz Dynamic data is difficult
  • 14. Alexa, What is the meaning of life? 44 is a good approximation Alexa Skill Kit speech input speech output request response Language Model Logic
  • 15. Alexa, open Time Tracker Start billing Upside for software development Alexa, stop Launch Request Intent Request Session Ended Request Warning: Dialog Model
  • 16. State Management? We’ve got session! {   "version": "1.0",   "session": {     "new": true,     "sessionId": "amzn1.echo-api.session.[unique-value-here]",     "application": {       "applicationId": "amzn1.ask.skill.[unique-value-here]"     }, "attributes": {       "key": "string value"     }, "user": {       "userId": "amzn1.ask.account.[unique-value-here]",       "accessToken": "Atza|AAAAAAAA...",       "permissions": {         "consentToken": "ZZZZZZZ..."       } } }, "context": {     "System": {       "device": {         "deviceId": "string",         "supportedInterfaces": {           "AudioPlayer": {} } }, "application": {         "applicationId": "amzn1.ask.skill.[unique-value-here]"       }, "user": {         "userId": "amzn1.ask.account.[unique-value-here]",         "accessToken": "Atza|AAAAAAAA...",         "permissions": {           "consentToken": "ZZZZZZZ..."         } }, "apiEndpoint": "https://api.amazonalexa.com", "apiAccessToken": "AxThk..." }, "AudioPlayer": {       "playerActivity": "PLAYING",       "token": "audioplayer-token",       "offsetInMilliseconds": 0     } }, "request": {} }