Support for new Amazon Alexa Skill Builder Beta

As mentioned in my Project, it would be great if there was support for the new Skill Builder Beta

The Skill Builder Beta allows support for Slot Name Synonyms:
https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/entity-resolution-for-slot-types

You can then for example give the following: “Alexa, tell Home Assistant to set Mike’s Lamp to Blue”.
Or: “Alexa, tell Home Assistant to set Michael’s Lamp to Blue”.
Instead of: “Alexa, tell Home Assistant to set Mike to Blue”

I’ve tested this today and it doesn’t work. I think this could be down to the component looking for:

this.event.request.intent.slots.SlotName.value and not this.event.request.intent.slots.SlotName.resolutions.resolutionsPerAuthority according to this forum post?