AWS Certified Alexa Skill Builder – Specialty — Question 40

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 AMAZON.HelpIntent.
According to best practices, how can this situation be corrected?

Answer options

Correct answer: D

Explanation

The correct answer is D because extending the AMAZON.HelpIntent with additional sample utterances allows the skill to recognize phrases that are specific to its terminology. Options A and C provide alternatives but do not utilize the built-in functionality effectively, while B diverts help requests to a fallback intent instead of directly improving help recognition.