AWS Certified Alexa Skill Builder – Specialty – Question49

An Alexa Skill Builder wants to implement in-skill purchasing to offer one-time purchases for access to premium content. The Builder created an entitlement product and deployed it successfully using the ASK CLI tool. When testing the custom BuyInskillProductIntent in the developer console, the Builder receives the following error:
Sorry, this product is not available with your current language setting.
How can this error be fixed?

A.
Change the release date and redeploy the product
B. Change the locale in the Alexa Simulator tab in the developer console
C. Change the AWS Lambda function to include the correct locale in the Connections.SendRequest directive
D. Change the language in the premium content

Correct Answer: C

Explanation: