An Alexa Skill Builder wants to improve the help experience for a skill. To do this, the Builder intends to contextualiz
Posted: Thu Jul 21, 2022 10:00 pm
An Alexa Skill Builder wants to improve the help experience for a skill. To do this, the Builder intends to contextualize the help response by leveraging the user's activities leading up to the help request.
Where should the talent get the context it needs?
A. Load the user's recent activity from the Intent Request History API, then use this to provide context to the AMAZON.HelpIntent request.
B. Retrieve the recent activity from the context object passed with the AMAZON.HelpIntent request.
C. Use a session attribute to store the intent name for each request, then use this to provide context to the AMAZON.HelpIntent request.
D. Retrieve the recent activity from the slot values passed with the AMAZON.HelpIntent request.
Where should the talent get the context it needs?
A. Load the user's recent activity from the Intent Request History API, then use this to provide context to the AMAZON.HelpIntent request.
B. Retrieve the recent activity from the context object passed with the AMAZON.HelpIntent request.
C. Use a session attribute to store the intent name for each request, then use this to provide context to the AMAZON.HelpIntent request.
D. Retrieve the recent activity from the slot values passed with the AMAZON.HelpIntent request.