Amazon
AXS-C01 · Question #4
An Amazon Alexa trip planner skill has several intents and slots. One of the intents is PlanMyTripIntent and some of the slots are fromCity, toCity, departDate, and returnDate. The following is a…
The correct answer is D. LaunchRequest. https://developer.amazon.com/en-US/docs/alexa/custom-skills/request-types-reference.html
Network Design
Question
An Amazon Alexa trip planner skill has several intents and slots. One of the intents is PlanMyTripIntent and some of the slots are fromCity, toCity, departDate, and returnDate. The following is a sample dialog:
User: Ask plan my trip to start a new trip leaving from Seattle. Alexa: You said you are leaving from Seattle, right? User: Yes Alexa: I’ve saved your trip. Do you want to create another trip? User: Yes What will be invoked upon the user’s final “Yes”?
Options
- APlanMyTripIntent
- BAMAZON.CancelIntent
- CAMAZON.YesIntent
- DLaunchRequest
How the community answered
(61 responses)- A15% (9)
- B7% (4)
- C2% (1)
- D77% (47)
Explanation
https://developer.amazon.com/en-US/docs/alexa/custom-skills/request-types-reference.html
Topics
#Alexa Skills Kit#intent routing#dialog management#Lambda
Community Discussion
No community discussion yet for this question.