AWS Certified Alexa Skill Builder – Specialty — Question 18

An Alexa Skill Builder is developing a custom skill to play a live audio stream.
What two built-in intents are required to implement the AudioPlayer interface?

Answer options

Correct answer: B

Explanation

The correct answer is B, as AMAZON.ResumeIntent is used to continue playback of the audio stream and AMAZON.PauseIntent to pause it, which are essential for managing audio playback. The other options include intents that do not directly relate to controlling live audio streaming, making them unsuitable for the AudioPlayer interface.