AWS Certified Alexa Skill Builder – Specialty — Question 32

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?

Answer options

Correct answer: C

Explanation

The correct answer is C because implementing AMAZON.CancelIntent allows users to cancel their order and continue the session without ending it, enabling them to specify a new departure time. Options A and B do not allow for modification of the order, and D does not address the user's need to adjust their input after a misunderstanding.