“There was a problem with the requested skill’s response.”

This message indicates that there was something wrong with the response sent back from the skill when handling a request. For example, if an error occurs during request handling, but there is no suitable error handler, the error itself will be returned instead of a valid response object.

To fix this problem, be sure that you have an error handler whose canHandle() function will return true in the event of the error. If you’re unsure what the error was, then you might be able to find more information in the JSON Output when testing in the developer console. Or there might be some information in the skills logs in CloudWatch that will provide a clue to what went wrong.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset