Multiple Choice
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?
A) Use the AWS Lambda test feature to send a request with the given intent and slot combination.
B) Set up a unit test in the code base to simulate what happens when the given intent and slot combination are dispatched within the skill.
C) Use the Manual JSON tab on the Test page of the developer console to see what happens when a request for the given intent and slot combination is sent to the skill
D) Use the Alexa Simulator tab on the Test page of the developer console to test the utterances the users have reported.
Correct Answer:

Verified
Correct Answer:
Verified
Q23: An Alexa Skill Builder would like to
Q24: An Alexa Skill Builder is trying to
Q25: An Amazon Alexa interactive story skill needs
Q26: An Alexa Skill Builder has built a
Q27: An Alexa Builder is working on a
Q29: An Alexa Skill Builder is using the
Q30: An Alexa Skill Builder published a skill
Q31: An Alexa Skill Builder is using session
Q32: An Amazon Alexa trip planner skill has
Q33: An Alexa Skill Builder made changes to