Amazon
AXS-C01 · Question #3
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…
The correct answer is B. The Builder should ensure that the intent handler is coded so that it tests for. See the full explanation below for the reasoning.
Question
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?
Options
- AAMAZON.HelpIntent should be handled by the SDK. The Builder should raise a support ticket
- BThe Builder should ensure that the intent handler is coded so that it tests for
- CThe Builder should add logic to provide help instructions to the function defined in the
- DThe Builder should add an AMAZON.HelpIntent entry to the interaction model to ensure the
How the community answered
(36 responses)- A8% (3)
- B78% (28)
- C11% (4)
- D3% (1)
Community Discussion
No community discussion yet for this question.