Whenever I request a location permission in the alexa simulator, the simulator does not respond. I use the code snippet below.
How does the intent look like to process the response?
conv._alexaContext!.response.speak(reasonForLocationPermissionText + ', muss ich zuerst deinen aktuellen Standort aus deinem Alexa‐Konto abrufen. Bist du damit einverstanden?')
const permissions = ['read::alexa:device:all:address']
conv._alexaContext!.response.askForPermissionsConsentCard(permissions)
conv._alexaContext!.emit(':responseReady')