How should the Builder implement this functionality?

An Alexa Skill Builder is developing a skill containing a multi-turn dialog that can be invoked with or without a specific intent request. On invocation, the skill needs to retrieve persistent attributes that have been saved by a previous invocation, and then copy them into session attributes. How should the...

January 13, 2021 No Comments READ MORE +

How should the Builder enhance the experience to guide the users toward the end goal?

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?A . Check...

January 11, 2021 No Comments READ MORE +

What are the potential causes of this issue?

An Alexa Skill Builder is developing a skill that tells users facts about their neighborhoods using their postal codes. When running the skill, users receive error messages from their Amazon Alexa devices. When the Builder checks the logs, error messages are being sent when the device location API is used...

January 10, 2021 No Comments READ MORE +

What two built-in intents are required to implement the AudioPlayer interface?

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?A . AMAZOB . NextIntentandAMAZOC . StopIntentD . AMAZOE . ResumeIntentandAMAZOF . PauseIntentG . AMAZOH . CancelIntentandAMAZO . ResumeIntent . AMAZO . RepeatIntentandAMAZO . StopIntentView...

January 10, 2021 No Comments READ MORE +

Why is Alexa failing to build the model?

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 the Find ActorIntentas shown below, but Amazon Alexa returns an error when it builds the model....

January 8, 2021 No Comments READ MORE +

What is likely causing this issue and how can it be corrected?

An Alexa Skill Builder has built a new custom skill backed by an AWS Lambda function. The Lambda function executes successfully from the Lambda console, however, the Lambda function cannot be successfully invoked in the developer console or from an Amazon Alexa enabled device. No error messages show in the...

January 8, 2021 No Comments READ MORE +

Alexa: What city are you leaving from?

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...

January 7, 2021 No Comments READ MORE +

What are the prerequisites for implementing account linking for Amazon Alexa smart home skills?

What are the prerequisites for implementing account linking for Amazon Alexa smart home skills?A . OAuth 2.0 with either implicit grant flow or authorization code grant flowB . OAuth 2.0 with authorization code grant flowC . OpenID Connect wit JSOD . Web Token (JWT)E . OAuth 1.0/2.0 with implicit grant...

January 7, 2021 No Comments READ MORE +

How should this error be corrected?

During testing of a new Amazon Alexa skill, the skill is repeatedly failing and invoking the function defined in theaddErrorHandlermethod specified on theSkillBuilderobject. Upon inspection of Amazon CloudWatch Logs, the Alexa Skill Builder establishes that the failure is occurring whenever AMAZON.HelpIntentis being received. How should this error be corrected?A ....

January 5, 2021 No Comments READ MORE +

What could be causing this?

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 . The skill’s slot types are invalid.B . The skill does not have an example phraseC...

January 5, 2021 No Comments READ MORE +