This repository was archived by the owner on May 1, 2023. It is now read-only.

Description
I just followed the Amazon developer ASK CLI documentation here, and when I deploy the skill the "go outside" intent returns an error. Looking over the issues, it looks like many of these examples are no longer being supported. I thought I'd report this error anyway for anyone running into the same issue.
The response JSON is
{
"body": {
"version": "1.0",
"response": {
"type": "_DEFAULT_RESPONSE"
},
"sessionAttributes": {},
"userAgent": "ask-node/2.6.0 Node/v8.10.0"
}
}