AWS Certified Alexa Skill Builder – Specialty — Question 35

During testing of a new Amazon Alexa skill, the skill is repeatedly failing and invoking the function defined in the addErrorHandler method specified on the
SkillBuilder object. Upon inspection of Amazon CloudWatch Logs, the Alexa Skill Builder establishes that the failure is occurring whenever
AMAZON.HelpIntent is being received.
How should this error be corrected?

Answer options

Correct answer: B

Explanation

The correct answer is B because the canHandle method needs to be able to identify AMAZON.HelpIntent and respond accordingly. Options A and C do not resolve the underlying issue of intent handling, and option D does not address the necessity of enabling the function to handle the intent correctly.