An Alexa Skill Builder has created a custom skill about basketball including aHowToPlayBasketballintent.
When looking at the Intent History page in the developer console, the Builder sees that a number of users are
asking the skill how to play baseball. The Builder wants to add a relevant response directing the user back to
the topic of basketball.
How should the Builder implement this?
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?
While developing a skill, an Alexa Skill Builder finds that the voice response is too quick and needs to be slowed down.
How can the Builder MOST efficiently iterate and test how the response will sound?
When testing an Amazon Alexa skill using the Test page in the developer console, the JSON output isnull.
What is the MOST likely cause?
Thenamespacevalue in the header of the incoming directive for an Amazon Alexa smart home skill specifies
the:
An Alexa Skill Builder published a skill that streams sounds to help users relax. The skill is becoming very popular and is available in many different locales around the world. More than 20.000 users are using the skill every week, and more than 500 users are added daily. The sound files are stored in Amazon S3.
What can the Builder do to ensure low latency and the best possible streaming performance?
An Alexa Skill Builder wants to add a short audio clip to a skill with SSML. The Builder records a 6-second audio clip using a high-end microphone and recording application and exports the file with a bitrate of 48 kbps. The file is then uploaded to a public Amazon S3 bucket.
The Builder then updates the SSML to return:
When testing the skill, Amazon Alexa responds with “There was a problem with the requested skill’s response” every time.
How should the Builder resolve this error?
During testing of a new Amazon Alexa skill, the skill is repeatedly failing and invoking the function defined in
theaddErrorHandlermethod specified on theSkillBuilderobject. Upon inspection of Amazon
CloudWatch Logs, the Alexa Skill Builder establishes that the failure is occurring whenever
AMAZON.HelpIntentis being received.
How should this error be corrected?
An Alexa Skill Builder is using Amazon S3 to stream large quantities of static audio and video content
throughout the world with an Amazon Alexa skill.
Which additional AWS service will help the Builder decrease latency and improve the reliability of the
streaming media content for the global audience?
An Alexa Skill Builder needs to change the invocation name of a new skill.
What status should the skill be in to make this change?