Amazon
AXS-C01 · Question #38
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 displa
Sign in or unlock AXS-C01 to reveal the answer and full explanation for question #38. The question stem and answer options stay visible for context.
Skill Development
Question
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. Which of the following actions will resolve the problem?
Exhibit
Options
- ADefine a new intent named Unhandled in the skill interaction model and add an Unhandled
- BAdd an .addErrorHandlers(<function>) attribute to the SkillBuilder object and define
- CAdd an intent handler for the SessionEndedRequest intent to the Lambda function to display
- DAdd additional logic to the AMAZON.StopIntent handler in the Lambda function to display
Unlock AXS-C01 to see the answer
You've previewed enough free AXS-C01 questions. Unlock AXS-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#error handling#AWS Lambda#ASK SDK#addErrorHandlers
