On Amazon Alexa enabled devices with a screen, which of the following standard built-in intents are handled
by Alexa on the skill’s behalf and are not forwarded to the skill? (Choose three.)
An Alexa Skill Builder receives feedback from users that a specific utterance causes Amazon Alexa to trigger the skill’sAMAZON.HelpIntentrather than triggering the correct intent and slot.
How can the Builder reproduce this behavior to troubleshoot the problem?
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 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?
Thenamespacevalue in the header of the incoming directive for an Amazon Alexa smart home skill specifies
the:
An Alexa Skill Builder is developing a skill that must send an initial welcome email to each new user.
What combination of features would the Builder use to satisfy this requirement? (Choose two.)
Which of the following occur when a beta test of a live skill times out? (Choose two.)
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?
An Alexa Skill Builder made changes to an AWS Lambda function that is used as the endpoint for a skill. The
Builder discovers that the skill now returns an error when it is launched.
How can the Builder use the Lambda console to trigger the function and debug the code?
A skill contains aPlanMyTripintent configured to require slotsfromCityandtoCity. It contains the
following interaction:
Alexa: What city are you leaving from?
User: I’m leaving from Seattle.
Alexa: You want to fly out of Seattle Tacoma International Airport, right?
User: Yes
Which of the following should the Builder use to confirm the value of thefromCityslot only? (Choose two.)