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 developing a custom skill and needs to verify that the correct slot values are being
passed into the AWS Lambda function.
According to best practices, what is the MOST efficient way to capture this information?
An Amazon Alexa skill fetches data for users from a third-party API and the wait for the response from that call is variable, often taking up to 5 seconds.
What is the recommended method for notifying users that a skill is working on the request and has not failed to respond?
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 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 Skill Builder is creating a skill that will identify an actor who spoke a famous piece of movie dialog, given just the dialog text and an optional movie name. The Builder created theFindActorIntentas shown below, but Amazon Alexa returns an error when it builds the model.
Why is Alexa failing to build the model?