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 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 published a skill and now wants to update it.
Which of the following changes will make it necessary to have the skill re-certified? (Choose two.)
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?
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 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?