skill-sample-nodejs-city-guide icon indicating copy to clipboard operation
skill-sample-nodejs-city-guide copied to clipboard

"go outside" no longer working

Open stzaske opened this issue 6 years ago • 0 comments

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"
	}
}

stzaske avatar Jul 01 '19 21:07 stzaske