How to send a permission card for Alexa Notifications?


#1

@AlexSwe @jan
There are some specific functions that send permission cards to the Alexa apps such as:

this.$alexaSkill.showAskForAddressCard();

How do I send a permission card for Alexa Notifications which is alexa::devices:all:notifications:write?


#2

Hi Mark. This should work:
this.$alexaSkill.showAskForPermissionsCard(['alexa::devices:all:notifications:write']);