What are the prerequisites for implementing account linking for Amazon Alexa smart home skills?
An Alexa Skill Builder has built a new custom skill backed by an AWS Lambda function. The Lambda function
executes successfully from the Lambda console, however, the Lambda function cannot be successfully
invoked in the developer console or from an Amazon Alexa enabled device. No error messages show in the
function’s Amazon CloudWatch Logs. The Builder confirmed the endpoint has the correct ARN.
What is likely causing this issue and how can it be corrected?
An Alexa Skill Builder wants to customize a welcome back message for each person who uses the skill. The JSON input is shown below:
Which element from the request would the Builder use to accomplish this?
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 the Analytics section of the developer console will provide this information?
When testing an Amazon Alexa skill using the Test page in the developer console, the JSON output isnull.
What is the MOST likely cause?