We are going to create an Alexa skill that allows the user to control the Wi-Fi LED. Each time a user uses this skill, we hope that we can get information about the user account in the SDK callback used in the AWS Lambda function for this skill.
Like, for example, a user logged into their Amazon account and used their Alexa-Enabled device and said, βAlexa, ask them to enable it.β Then the skill that we created will call the Lambda function and pass the details of the user account so that we can check on our host whether this user is the owner of this device.
So, is there any callback in the Java SDK used in the Alexa skillset that contains user account information?
Thanks!
source share