Amazon Web Services Related Exams
AXS-C01 Exam

An Alexa Skill Builder wants to implement in-skill purchasing to offer one-time purchases for access to
premium content. The Builder created an entitlement product and deployed it successfully using the ASK CLI
tool. When testing the customBuyInskillProductIntentin the developer console, the Builder receives
the following error:
Sorry, this product is not available with your current language setting.
How can this error be fixed?
An Alexa Skill Builder receives feedback from users that a specific utterance causes Amazon Alexa to trigger the skill’sAMAZON.HelpIntentrather than triggering the correct intent and slot.
How can the Builder reproduce this behavior to troubleshoot the problem?
During testing of a new Amazon Alexa skill, the skill is repeatedly failing and invoking the function defined in
theaddErrorHandlermethod specified on theSkillBuilderobject. Upon inspection of Amazon
CloudWatch Logs, the Alexa Skill Builder establishes that the failure is occurring whenever
AMAZON.HelpIntentis being received.
How should this error be corrected?