getApplicationId


#1

Trying to get the application Id of my skill but can’t figure out how to access it

I’ve tried

this.$request.getApplicationId();
this.$alexaSkill.getApplicationId();

but both say that they’re not functions. I get the feeling that it’s simple but just can’t figure out the path to it


#2

Hey @thecdonley

Try this.$alexaSkill.getSkillId()


#3

That works! Is there a similar call for google?


#4

Not yet. I just added getProjectId() to $googleAction. Will publish the update later this week,