AWS Certified Alexa Skill Builder – Specialty — Question 19

On Amazon Alexa enabled devices with a screen, which of the following standard built-in intents are handled by Alexa on the skill's behalf and are not forwarded to the skill? (Choose three.)

Answer options

Correct answer: C, E, F

Explanation

The correct answers, AMAZON.ScrollDownIntent, AMAZON.StartOverIntent, and AMAZON.NavigateHomeIntent, are built-in intents that Alexa processes directly, allowing for smoother interaction without involving the skill. The other options, while still valid intents, are forwarded to the skill for handling, which makes them incorrect for this question.