Multiple Choice
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?
A) AMAZON.HelpIntent should be handled by the SDK. The Builder should raise a support ticket with Amazon. should be handled by the SDK. The Builder should raise a support ticket with Amazon.
B) The Builder should ensure that the intent handler is coded so that it tests for AMAZON.HelpIntent in its canHandle method, and when detected, returns true . The Builder should ensure that the intent handler is coded so that it tests for in its canHandle method, and when detected, returns true .
C) The Builder should add logic to provide help instructions to the function defined in the addErrorHandler method specified on the SkillBuilder object. The Builder should add logic to provide help instructions to the function defined in the method specified on the SkillBuilder object.
D) The Builder should add an AMAZON.HelpIntent entry to the interaction model to ensure the request for help is recognized by the skill. The Builder should add an entry to the interaction model to ensure the request for help is recognized by the skill.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: An Alexa Skill Builder wants a skill
Q6: According to Amazon Alexa best practices, how
Q7: An Alexa Skill Builder adds a colleague
Q8: What are the prerequisites for implementing account
Q9: The namespace value in the header of
Q11: An Alexa Skill Builder is developing a
Q12: An Alexa Skill Builder wants to implement
Q13: An Alexa Skill Builder needs to have
Q14: An Alexa Skill Builder published a skill
Q15: Before beginning the development of a skill,