ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 33 - AXS-C01 discussion

Report
Export

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.
Answers
A.
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.
Answers
B.
Implement 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.
Answers
C.
Implement 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.
Answers
D.
Implement the welcome message, providing clear instructions to the user describing how to format an order.
Suggested answer: C
asked 16/09/2024
Javier Escobar
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first