Which of the following actions will resolve the problem?

Posted by: Pdfprep Category: AXS-C01 Tags: , ,

An Alexa Skill Builder is developing a skill using AWS Lambda. When invoking the skill, Amazon Alexa responds “There was a problem with the requested skill’s response.”

The following message is displayed in Amazon CloudWatch Logs for the Lambda function.

Amazon Web Services-AXS-C017_1

Which of the following actions will resolve the problem?
A . Define a new intent namedUnhandledin the skill interaction model and add anUnhandledintent handler to the Lambda function.
B . Add an .addErrorHandlers(<function>)attribute to theSkillBuilderobject and define a function to display detailed information about the error, then respond verbally to the user.
C . Add an intent handler for theSessionEndedRequestintent to the Lambda function to display detailed information about the error.
D . Add additional logic to theAMAZO
E . StopIntenthandler in the Lambda function to display detailed information about the error.

Answer: B

Explanation:

Reference: https://forums.developer.amazon.com/QUESTIONs/201658/input-request­reason-error-type-invalidresponse­1.html

Leave a Reply

Your email address will not be published.