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 needs to have knowledge of the previous prompt that was presented to the user in order
to give context to the user’s response.
How can the Builder accomplish this?
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 needs to display an image and some additional text to users of a skill.
Which approach will work with any Amazon Alexa enabled device?
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?
Thenamespacevalue in the header of the incoming directive for an Amazon Alexa smart home skill specifies
the:
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?
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?