AWS Certified Alexa Skill Builder – Specialty — Question 3
An Alexa Skill Builder has published a skill to the Alexa Skills Store, but soon after realizes that Amazon Alexa is saying an incorrect word in one of the responses.
What is the recommended method for the Builder to correct this issue?
Answer options
- A. Correct the response in a new endpoint, and after updating the In Development version of the skill, redeploy it.
- B. Access the In Development version of the skill, alter the intent that was causing the incorrect word, then resubmit the skill for certification.
- C. Edit the response in a new endpoint, and after updating the In Development version of the skill, resubmit it for certification.
- D. Correct the response in the existing endpoint of the Live version of the skill, then redeploy it.
Correct answer: A
Explanation
The correct answer is A because it ensures that the changes are made in a new endpoint, preserving the existing Live version while allowing for proper testing before redeployment. Options B and C require resubmission for certification, which can delay the fix unnecessarily, and option D modifies the Live version directly, which is not recommended for issues like this.