An Amazon Alexa Skill with account linking receives the following request from Alexa:
Before responding to the request, how should the Alexa Skill Builder verify that the request came from a user with a valid service account?
An Alexa Skill Builder is interested in gathering information about returning users.
What analytics tool in the developer console would provide the Builder with this information?
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?
What are the prerequisites for implementing account linking for Amazon Alexa smart home skills?
Thenamespacevalue in the header of the incoming directive for an Amazon Alexa smart home skill specifies
the:
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 met?
An Alexa Skill Builder wants to add a short audio clip to a skill with SSML. The Builder records a 6-second audio clip using a high-end microphone and recording application and exports the file with a bitrate of 48 kbps. The file is then uploaded to a public Amazon S3 bucket.
The Builder then updates the SSML to return:
When testing the skill, Amazon Alexa responds with “There was a problem with the requested skill’s response” every time.
How should the Builder resolve this error?
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?
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.)
Before beginning the development of a skill, an Alexa Skill Builder wants to hear how a statement will be
pronounced by Amazon Alexa in another locale.
How should the Builder test the pronounciation of the statement?
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests
against a skill’s backend when using AWS Lambda?
An Alexa Skill Builder is developing a skill that enables users to purchase train tickets. The Builder wants to
give users the ability to modify the departure time if they are misunderstood, before the skill proceeds to
purchase the tickets.
Which option should be used to implement this functionality within the session?
An Alexa Skill Builder is trying to enable a skill in the developer console. The skill model builds without errors,
but the Builder is unable to turn on testing.
What could be causing this?
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.)
An Alexa Skill Builder is developing a custom skill to play a live audio stream.
What two built-in intents are required to implement the AudioPlayer interface?
An Alexa Skill Builder is designing a skill with an intent that needs six slots to be filled. It is unlikely that a user
will provide all the slot values in a single utterance, so the slot fulfillment should be split up into a multi-turn
conversation.
What can the Builder do in the developer console to have Amazon Alexa elicit any missing slots, without
specifying each of the slots in the backend code?