Skip to content

Commit

Permalink
Add readme information with link to Amazon docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott BonAmi committed Jun 23, 2017
1 parent 64c9d29 commit 12ba385
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,10 @@ The `response.directive` adds your directive object to the directives array in t

## Dialog

The full specification for the dialog directives that can be used can be found [here](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/dialog-interface-reference). See [Custom Directives](#custom-directives) above for an example on manually sending dialog directives.

Note that skills must meet Alexa's [requirements to use the `Dialog` directive](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/dialog-interface-reference#dialog-reqs).

The `alexa-app` library has special handling for enabling Alexa to handle Dialog directly. To
configure `alexa-app` to delegate dialog to Alexa, enable the handling
per-intent via the schema:
Expand Down

0 comments on commit 12ba385

Please sign in to comment.