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 42 discussion

An Alexa Builder is working on a skill for music streaming. When a user says, "Alexa, stop" the skill needs to know where the user was in the song, so that when returning to the skill in a new session, the song can pick up where it left off.
Which section of the following JSON contains the data indicating where the song left off?

  • A. session.attributes
  • B. Context.AudioPlayer
  • C. session.user
  • D. context.System.device.supportedInterfaces.AudioPlayer
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
originaly
3 years, 9 months ago
The answer is B, the value is stored in the offsetInMiliseconds parameter of the payload of the Context container. https://developer.amazon.com/en-US/docs/alexa/alexa-voice-service/audioplayer.html#context
upvoted 2 times
...
beedle
3 years, 9 months ago
shouldnt this be B?
upvoted 2 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 ...