exam questions

Exam AWS Certified Alexa Skill Builder - Specialty All Questions

View all questions & answers for the AWS Certified Alexa Skill Builder - Specialty exam

Exam AWS Certified Alexa Skill Builder - Specialty topic 1 question 36 discussion

An Alexa Skill Builder has created a taxi hiring skill. The skill needs to find out when the customer wants a taxi, where the customer is traveling from, and where the customer wants to go. The Builder is currently asking each question individually, in the following order:
"Where do you want to take a taxi from"
"Where do you want to take a taxi to"
"When do you need a taxi"
To ensure the voice interaction is flexible, how should this information be gathered regardless of the order in which the user provides it?

  • A. Use a single intent and slot. Inspect the incoming slot value and categorize then response, then prompt for the remaining information.
  • B. Create an intent for each question and include slots for each piece of information on every intent
  • C. Create three intents with one slot each. Use Dialog.ElicitSlot to fill the slots.
  • D. Create a single intent with three slots. Use the Dialog.Delegate directive to fill the slots.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mm12341234
3 years, 7 months ago
AnswerIs D
upvoted 2 times
...
originaly
3 years, 8 months ago
The answer is D.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...