How to get the skill name

amazon-alexa

#1

Hi,
Is there a way to dynamically retrieve the skill name? Something like this.$alexaSkill.<property>?

Thanks!


#2

Unfortunately, it’s not possible. You can get the skillId via this.$alexaSkill.getSkillId() and map it to a name.


#3

Thanks! But I think this could be a useful feature, especially in skills where the name is used multiple times.


#4

Yes, that would be usefull. but the request json payload does only contain the skill id, not the full name.