Multiple Choice
An Alexa Skill Builder wants to create a skill that asks the user two yes/no questions: Alexa: Do you like cats? Do you like dogs? When the username answers "yes", how should the Builder code the handler to know which question the answer refers to?
A) Using session attributes, store the previous question as the context for use in the AMAZON.YesIntent handler. Using session attributes, store the previous question as the context for use in the AMAZON.YesIntent handler.
B) Within the AMAZON.YesIntent handler, prompt the user to repeat the name of the animal that they like. Within the handler, prompt the user to repeat the name of the animal that they like.
C) Within the AMAZON.YesIntent handler, define a slot to store and retrieve the previously asked question. handler, define a slot to store and retrieve the previously asked question.
D) Access Amazon CloudWatch Logs and retrieve the previous question topic from the recent log messages.
Correct Answer:

Verified
Correct Answer:
Verified
Q30: An Alexa Skill Builder published a skill
Q31: An Alexa Skill Builder is using session
Q32: An Amazon Alexa trip planner skill has
Q33: An Alexa Skill Builder made changes to
Q34: An Amazon Alexa skill fetches data for
Q36: An Alexa Skill Builder wants to name
Q37: An Alexa Skill Builder is developing a
Q38: An Alexa Skill Builder is building an
Q39: An Alexa Skill Builder is developing a
Q40: An Alexa Skill Builder wants to customize