Amazon Web Services AXS-C01 - AWS Certified Alexa Skill Builder-Specialty
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 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 Amazon Alexa trip planner skill has several intents and slots. One of the intents isPlanMyTripIntent
and some of the slots arefromCity,toCity,departDate, andreturnDate. The following is a sample
dialog:
User: Ask plan my trip to start a new trip leaving from Seattle.
Alexa: You said you are leaving from Seattle, right?
User: Yes
Alexa: I’ve saved your trip. Do you want to create another trip?
User: Yes
What will be invoked upon the user’s final “Yes�
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 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 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 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 wants to name a skill using a company’s branded acronym, “NAT Systems.â€
Which invocation name is valid?
An Alexa Skill Builder is developing a complex skill to help users purchase items. The Builder has implemented the defaultAMAZON.HelpIntent, but when users ask for help they always reach the same unhelpful result.
How should the Builder enhance the experience to guide the users toward the end goal?
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?