AMAZON.MoreIntentis comparable to which of the following Amazon Alexa intents? (Choose two.)
An Alexa Skill Builder wants to implement in-skill purchasing to offer one-time purchases for access to
premium content. The Builder created an entitlement product and deployed it successfully using the ASK CLI
tool. When testing the customBuyInskillProductIntentin the developer console, the Builder receives
the following error:
Sorry, this product is not available with your current language setting.
How can this error be fixed?
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?
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?
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 to get users’
postal codes.
What are the potential causes of this issue? (Choose two.)
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 Builder implement this functionality?
While developing a skill, an Alexa Skill Builder finds that the voice response is too quick and needs to be slowed down.
How can the Builder MOST efficiently iterate and test how the response will sound?
An Alexa Skill Builder is creating a skill that requires the user to authenticate by speaking a PIN before an
order status can be retrieved.
According to best practices, how should the PIN value be collected?
An Alexa Skill Builder receives feedback from users that a specific utterance causes Amazon Alexa to trigger the skill’sAMAZON.HelpIntentrather than triggering the correct intent and slot.
How can the Builder reproduce this behavior to troubleshoot the problem?