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?
An Alexa Skill Builder is building an order reporting skill. Occasionally, users need to enter 30-digit serial
codes.
How can this be accomplished while providing a good voice user interface experience?
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 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?
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?
Thenamespacevalue in the header of the incoming directive for an Amazon Alexa smart home skill specifies
the:
An Alexa Skill Builder built a skill with the following interaction model:
An Alexa Skill Builder built a skill with the following interaction model:
Which utterance would invokeHelloIntent?
Which utterance would invokeHelloIntent?
An Alexa Skill Builder is developing a skill using AWS LambdA. The Builder made some backend code
changes, then tested the skill on an Amazon Echo device. When invoking the skill, Amazon Alexa replies with
“There was a problem with the requested skill’s response”.
How can the Builder troubleshoot this problem?