ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 47 - AXS-C01 discussion

Report
Export

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.
Answers
A.
AMAZON.HelpIntent 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.
Answers
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.
C.
The Builder should add logic to provide help instructions to the function defined in the addErrorHandler method specified on the SkillBuilder object.
Answers
C.
The Builder should add logic to provide help instructions to the function defined in the addErrorHandler 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.
Answers
D.
The Builder should add an AMAZON.HelpIntent entry to the interaction model to ensure the request for help is recognized by the skill.
Suggested answer: B
asked 16/09/2024
Trang Anna
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first