An Alexa Skill Builder has published a skill to the Alexa Skills Store, but soon after realizes that Amazon Alexa
is saying an incorrect word in one of the responses.
What is the recommended method for the Builder to correct this issue?
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 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 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 needs to change the invocation name of a new skill.
What status should the skill be in to make this change?
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 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?
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 has created a taxi hiring skill. The skill needs to find out when the customer wants a taxi,
where the customer is traveling from, and where the customer wants to go. The Builder is currently asking each question individually, in the following order:
“Where do you want to take a taxi from”
“Where do you want to take a taxi to”
“When do you need a taxi”
To ensure the voice interaction is flexible, how should this information be gathered regardless of the order in
which the user provides it?