Amazon
AXS-C01 · Question #36
An Alexa Skill Builder would like to improve a skill's help experience. To do this, the Builder plans to leverage the user's activity leading up to the help request to contextualize the help…
The correct answer is D. Retrieve the recent activity from the slot values passed with the AMAZON.HelpIntent request. https://developer.amazon.com/en-US/docs/alexa/custom-skills/implement-the-built-in-intents.html
Designing the User Experience
Question
An Alexa Skill Builder would like to improve a skill's help experience. To do this, the Builder plans to leverage the user's activity leading up to the help request to contextualize the help response. Where should the skill obtain the necessary context?
Options
- ALoad the user's recent activity from the Intent Request History API, then use this to provide context
- BRetrieve the recent activity from the context object passed with the AMAZON.HelpIntent request.
- CUse a session attribute to store the intent name for each request, then use this to provide context
- DRetrieve the recent activity from the slot values passed with the AMAZON.HelpIntent request.
How the community answered
(46 responses)- A11% (5)
- B2% (1)
- C4% (2)
- D83% (38)
Explanation
https://developer.amazon.com/en-US/docs/alexa/custom-skills/implement-the-built-in-intents.html
Topics
#AMAZON.HelpIntent#user context#session attributes#help experience
Community Discussion
No community discussion yet for this question.