AWS Certified Alexa Skill Builder – Specialty — Question 1

An Alexa Skill Builder receives feedback from users that a specific utterance causes Amazon Alexa to trigger the skill's AMAZON.HelpIntent rather than triggering the correct intent and slot.
How can the Builder reproduce this behavior to troubleshoot the problem?

Answer options

Correct answer: B

Explanation

The correct answer is B because creating a unit test allows for direct simulation of the skill's behavior when specific intent and slot combinations are dispatched, which is essential for troubleshooting. Option A is incorrect as it does not specifically simulate the skill's internal logic. Option C lacks the thoroughness of a unit test, and option D, while useful for testing user-reported utterances, does not directly examine the underlying issue with intent dispatching.