Which report inside the Analytics section of the developer console will provide this information?
An Alexa Skill Builder noticed that a large percentage of a food ordering skill’s customers are not completing their transactions. The Builder needs to know what portion of the customers are leaving the skill by not responding, compared to the portion of customers who receive an error. Which report inside...
Which section of the following JSON contains the data indicating where the song left off?
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...
Which of the following changes will make it necessary to have the skill re-certified?
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 . Adding a new intent in the interaction modelB . Changing the text of a skill responseC . Adding a sentence...
What user identifier should be used to add beta testers?
An Alexa Skill Builder needs to set up an Amazon Alexa skill beta test. What user identifier should be used to add beta testers?A . AWS account numberB . Alexa user email addressC . Amazon vendor IDD . Amazon customer IDView AnswerAnswer: B Explanation: Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/skills-betatesting-for-alexaskills.html
Which of the following actions will resolve the problem?
An Alexa Skill Builder is developing a skill using AWS Lambda. When invoking the skill, Amazon Alexa responds “There was a problem with the requested skill’s response.” The following message is displayed in Amazon CloudWatch Logs for the Lambda function. Which of the following actions will resolve the problem?A ....
According to best practices, how should the PIN value be collected?
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?A . UseAMAZOB . SearchQueryC . UseAMAZOD . FOUR_DIGIT_NUMBERE . Use multiple slots of typeAMAZOF...
Given this information, why will the skill fail certification?
An Alexa Skill Builder submitted a child-directed skill for certification that lists the nearest skateboard parks. The Builder ensured that - The skill does not link to an external account - The skill stored the child’s preference byuserId - The skill has a valid privacy policy link in the skill...
Why is this happening?
An Alexa Skill Builder adds a colleague to a skill using the beta test feature. The colleague logs in to the developer console to edit the interaction model and cannot see the skill. Why is this happening?A . The colleague needs theROLE_ADMINISTRATORenablement.B . The skill was not submitted for publishing.C...
How can these requirements be met?
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...
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill’s backend when using AWS Lambda?
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill’s backend when using AWS Lambda?A . Ensure that the session ID provided by the request to Lambda is not already in use.B . Rotate the Lambda ARN regularly to prevent others from...