AWS Certified Alexa Skill Builder – Specialty — Question 25

An Alexa Skill Builder is developing a skill that must send an initial welcome email to each new user.
What combination of features would the Builder use to satisfy this requirement? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answers are A and C because the Alexa Settings API allows for user-specific data storage and retrieval, which is essential for sending emails, while the Customer Profile API provides access to user profile information needed for personalized communication. The other options do not directly relate to sending emails: Entity resolution focuses on identifying users, Device Address API deals with physical addresses, and Data persistence pertains to storing data rather than communication.