Hello,
I'm developing an Alexa skill in java 11 to track worktimes for projects. At first asks the user for his username and then start the time tracking for this specific user. Now, that skill personalization came out, I wondered if I can use it to recognize which person is speaking, retrieve the personId from the request and get the username from the specific personId. I need the username to access the user in my MySQL database. If that doesn't work, do you have any suggestions on how I can build a realtion between the personId and an user in my database?
Thank you in advance