Multiple Choice
An Alexa Skill Builder implemented the built-in intent AMAZON.HelpIntent . In some cases, users are asking for help using phrases that are specific to a skill's terminology. Amazon Alexa does not understand these phrases are help requests, and they are not being routed to . According to best practices, how can this situation be corrected?
A) Create custom intents using the help utterances that are specific to the skill, and remove AMAZON.HelpIntent . Create custom intents using the help utterances that are specific to the skill, and remove
B) Use AMAZON.FallbackIntent to capture spoken phrases that do not match AMAZON.HelpIntent , then determine if the user needs help. Use AMAZON.FallbackIntent to capture spoken phrases that do not match , then determine if the user needs help.
C) Define custom slots for AMAZON.HelpIntent to capture the additional details in the users' help requests Define custom slots for to capture the additional details in the users' help requests
D) Extend the standard built-in AMAZON.HelpIntent using additional samples in the skill's interaction model Extend the standard built-in using additional samples in the skill's interaction model
Correct Answer:

Verified
Correct Answer:
Verified
Q58: A travel booking skill has slot elicitation
Q59: While developing a skill, an Alexa Skill
Q60: An Alexa Skill Builder is developing a
Q61: Which of the following are ways that
Q62: The information below details a portion of
Q64: An Alexa Skill Builder has created a
Q65: An Alexa Skill Builder built a skill
Q66: An Alexa Skill Builder has created a
Q67: An Alexa Skill Builder built a skill
Q68: An Alexa Skill Builder is using Amazon