Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am habuma on github.
* I am habuma (https://keybase.io/habuma) on keybase.
* I have a public key whose fingerprint is 2C61 899B 48D0 169A E8B2 8A2E 40CB 83E8 1899 86FB
To claim this, I am signing this object:
@habuma
habuma / YesNoIntents.adoc
Created March 6, 2020 04:08
Handling Yes/No Intents in an Alexa Skill

An Alexa skill may ask a user a Yes/No question and the response handled by request handlers for the built-in AMAZON.YesIntent and AMAZON.NoIntent intents. (This is different than dialog confirmation where Yes/No confirmation is handled by the dialog.)

It’s easy to setup these intents and their respective intent handlers. Just like any intent, declare them in the interaction model:

{
  "name": "AMAZON.YesIntent",
  "samples": []
},
{
@habuma
habuma / Mouseportation.png
Last active April 5, 2024 04:17
Mouseportation GraphGist
Mouseportation.png