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?
An Alexa Skill Builder wants to implement in-skill purchasing to offer one-time purchases for access to
premium content. The Builder created an entitlement product and deployed it successfully using the ASK CLI
tool. When testing the customBuyInskillProductIntentin the developer console, the Builder receives
the following error:
Sorry, this product is not available with your current language setting.
How can this error be fixed?
An Alexa Skill Builder built a skill using AWS LambdA. The Lambda function works when running the code on
a local machine with a runtime of 4.5 seconds, but during skill testing, the Builder receives an error response.
Which collection of steps will address the issue? (Choose two.)
An Alexa Skill Builder is creating a skill that requires the user to authenticate by speaking a PIN before an
order status can be retrieved.
According to best practices, how should the PIN value be collected?
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?
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 published a skill and now wants to update it.
Which of the following changes will make it necessary to have the skill re-certified? (Choose two.)
A travel booking skill has slot elicitation forfromCity,toCity, andtravelDateinside of a dialog. After going live, the skill is getting negative reviews stating that the skill does not understand the city names when customers try to book travel.
The Alexa Skill Builder addsAMAZON.FallbackIntentto the interaction model with the goal of providing better messaging for out-of-domain utterances.
Why will the addition ofAMAZON.FallbackIntentfail to resolve the customer issue?
An Alexa Skill Builder is interested in gathering information about returning users.
What analytics tool in the developer console would provide the Builder with this information?