An Alexa Skill Builder wants to create a skill that asks the user two yes/no QUESTION NO:s:
Alexa:Do you like cats?
Alexa:Do you like dogs?
When the username answers “yes”, how should the Builder code the handler to know which QUESTION NO: the
answer refers to?
An Alexa Skill Builder needs to have knowledge of the previous prompt that was presented to the user in order
to give context to the user’s response.
How can the Builder accomplish this?
The information below details a portion of an interaction model in JSON:
What is wrong with this interaction model?
An Alexa Skill Builder is building an interactive storytelling skill where the user can choose their own path
through the story. The Builder wants Amazon Alexa to narrate the story and use custom audio for the dialogue
for each character, along with various sound effects.
How can these requirements be met?
An Alexa Skill Builder is using theAudioPlayer.Playdirective and would like to automatically start the next
audio track at the end of the current track.
WhichAudioPlayer playBehaviorvalues will allow the Builder to achieve this without changing the audio
currently playing? (Choose two.)
An Amazon Alexa interactive story skill needs to provide users with the option to resume the skill from where
users left off when they last used the skill.
Where should the data be stored to ensure that the skill will start at the correct location?
Thenamespacevalue in the header of the incoming directive for an Amazon Alexa smart home skill specifies
the:
When testing an Amazon Alexa skill using the Test page in the developer console, the JSON output isnull.
What is the MOST likely cause?
An Alexa Skill Builder is trying to enable a skill in the developer console. The skill model builds without errors,
but the Builder is unable to turn on testing.
What could be causing this?
An Alexa Skill Builder would like to improve a skill’s help experience. To do this, the Builder plans to leverage
the user’s activity leading up to the help request to contextualize the help response.
Where should the skill obtain the necessary context?