alexa-samples / alexa-smarthome

Resources for Alexa Smart Home developers.
https://alexa.design/smarthome
Other
682 stars 336 forks source link

Error Response Doubt #94

Closed Sharvin26 closed 5 years ago

Sharvin26 commented 5 years ago

For Error Response https://developer.amazon.com/docs/device-apis/alexa-errorresponse.html I was wondering { "event": { "header": { "namespace": "Alexa", "name": "ErrorResponse", "messageId": "abc-123-def-456", "correlationToken": "dFMb0z+PgpgdDmluhJ1LddFvSqZ/jCc8ptlAKulUj90jSqg==", "payloadVersion": "3" }, "endpoint":{ "endpointId":"appliance-001" }, "payload": { "type": "ENDPOINT_UNREACHABLE", "message": "Unable to reach endpoint 12345 because it appears to be offline" } } } Is this the directive from Alexa or is this the event we need to send in the response. And Does it belong to the Alexa Interface.