ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 23 - AXS-C01 discussion

Report
Export

An Alexa Skill Builder is using session attributes to maintain a user’s state.

What can the Builder do to ensure that a user’s session is not lost if they take too long to answer a question and the skill exists?

A.
Set shouldEndSession to false in the response object to prevent the skill from exiting.
Answers
A.
Set shouldEndSession to false in the response object to prevent the skill from exiting.
B.
Handle the SessionEndedRequest request type and persist the user’s session to a database.
Answers
B.
Handle the SessionEndedRequest request type and persist the user’s session to a database.
C.
Return false from the SessionEndedRequest handler so the session does not exist.
Answers
C.
Return false from the SessionEndedRequest handler so the session does not exist.
D.
Return a reprompt in the response object from the SessionEndedRequest handler.
Answers
D.
Return a reprompt in the response object from the SessionEndedRequest handler.
Suggested answer: A

Explanation:

Reference: https://developer.amazon.com/blogs/alexa/post/08edaa00-59e2-46b7-aace-4080f2a87450/using-session-attributes-in-your-alexa-skill-to-enhance-the-voice-experience

asked 16/09/2024
Dennis Spring
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first