Multiple Choice
An Alexa Skill Builder is developing a skill that enables users to purchase train tickets. The Builder wants to give users the ability to modify the departure time if they are misunderstood, before the skill proceeds to purchase the tickets. Which option should be used to implement this functionality within the session?
A) Implement AMAZON.FallbackIntent so the user can stop the execution when they have been misunderstood. Implement AMAZON.FallbackIntent so the user can stop the execution when they have been misunderstood.
B) Implement AMAZON.StopIntent so the user can stop the execution and implement reprompt with a new invocation of the skill. AMAZON.StopIntent so the user can stop the execution and implement reprompt with a new invocation of the skill.
C) Implement AMAZON.CancelIntent so the user can cancel the order, then set shouldEndSession to false , and prompt the user for the next action. AMAZON.CancelIntent so the user can cancel the order, then set shouldEndSession to false , and prompt the user for the next action.
D) Implement the welcome message, providing clear instructions to the user describing how to format an order.
Correct Answer:

Verified
Correct Answer:
Verified
Q41: An Alexa Skill Builder needs to display
Q42: A skill contains a PlanMyTrip intent configured
Q43: An Alexa Skill Builder has created a
Q44: An Alexa Skill Builder is developing a
Q45: An Alexa Skill Builder is developing a
Q47: A skill contains a PlanMyTrip intent configured
Q48: An Alexa Skill Builder is designing a
Q49: An Alexa Skill Builder wants to add
Q50: When testing an Amazon Alexa skill using
Q51: During testing of a new Amazon Alexa