Page 1 of 1

In order to add context to the user's response, an Alexa Skill Builder must be aware of the preceding prompt that was pr

Posted: Thu Jul 21, 2022 10:00 pm
by answerhappygod
In order to add context to the user's response, an Alexa Skill Builder must be aware of the preceding prompt that was presented to them.
How will the Builder be able to accomplish this?

A. Find the corresponding prompt using the list events feature
B. Store a reference to the prompt used as a session attribute
C. Call the Intent Request History API to identify which prompt was used.
D. Parse the context object from the skill request.