Last Updated on September 14, 2021 by Admin What are the prerequisites for implementing account linking for Amazon Alexa smart home skills? OAuth 2.0 with either implicit grant flow or authorization code grant flow OAuth 2.0 with authorization code grant flow OpenID Connect wit JSON.Web Token (JWT) OAuth 1.0/2.0 with implicit grant flow
Continue reading…
Daily Archives: September 14, 2021
How can the Builder accomplish this?
Last Updated on September 14, 2021 by Admin 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? Find the corresponding prompt using the list events feature Store a reference to the […]
Continue reading…
Why is Alexa failing to build the model?
Last Updated on September 14, 2021 by Admin 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 FindActorIntent as shown below, but Amazon Alexa returns an error when it […]
Continue reading…
Which additional AWS service will help the Builder decrease latency and improve the reliability of the streaming media content for the global audience?
Last Updated on September 14, 2021 by Admin An Alexa Skill Builder is using Amazon S3 to stream large quantities of static audio and video content throughout the world with an Amazon Alexa skill. Which additional AWS service will help the Builder decrease latency and improve the reliability of the streaming media content for the […]
Continue reading…
What combination of features would the Builder use to satisfy this requirement? (Choose two.)
Last Updated on September 14, 2021 by Admin An Alexa Skill Builder is developing a skill that must send an initial welcome email to each new user. What combination of features would the Builder use to satisfy this requirement? (Choose two.) Alexa Settings API Entity resolution Customer Profile API Device Address API Data persistence
Continue reading…
How should the Builder implement this functionality?
Last Updated on September 14, 2021 by Admin 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. […]
Continue reading…
Why will the addition of AMAZON.FallbackIntent fail to resolve the customer issue?
Last Updated on September 14, 2021 by Admin A travel booking skill has slot elicitation for fromCity, toCity, and travelDate inside of a dialog. After going live, the skill is getting negative reviews stating that the skill does not understand the city names when customers try to book travel. The Alexa Skill Builder adds AMAZON.FallbackIntent […]
Continue reading…
Which utterance would invoke HelloIntent?
Last Updated on September 14, 2021 by Admin An Alexa Skill Builder built a skill with the following interaction model: Which utterance would invoke HelloIntent? “Alexa, use my first skill to say hello.” “Alexa, ask my first skill to say hello to John.” “Alexa, open my first skill.” “Alexa, say hello to my first skill.”
Continue reading…
What can the Builder do to ensure that a user’s session is not lost if they take too long to answer a question and the skill exists?
Last Updated on September 14, 2021 by Admin An Alexa Skill Builder is using session attributes to maintain a user’s state. What can the Builder do to ensure that a user’s session is not lost if they take too long to answer a question and the skill exists? Set shouldEndSession to false in the response […]
Continue reading…
How should the Builder implement this?
Last Updated on September 14, 2021 by Admin An Alexa Skill Builder has created a custom skill about basketball including a HowToPlayBasketball intent. When looking at the Intent History page in the developer console, the Builder sees that a number of users are asking the skill how to play baseball. The Builder wants to add […]
Continue reading…