"body": {
"version": "1.0",
"response": {
"outputSpeech": {
"type": "PlainText",
"text": "current humidity is ."
},
"shouldEndSession": true
}
}
}
this is the json output from alexa console
these is from debug node :
{
"time":"2018-04-18T20:54:50.863Z",
"data":{
"path":"/",
"method":"post",
"headers":{
"x-real-ip":"54.240.197.98",
"x-forwarded-proto":"https",
"x-forwarded-for":"54.240.197.98",
"x-queue-start":"1524084890.859",
"content-length":"2684",
"content-type":"application/json; charset=utf-8",
"accept":"application/json",
"accept-charset":"utf-8",
"signature":"***REDACTED***",
"signaturecertchainurl":"https://s3.amazonaws.com/echo.api/echo-api-cert-5.pem",
"user-agent":"Apache-HttpClient/4.5.x (Java/1.8.0_131)"
},
"query":{
},
"body":{
"version":"1.0",
"session":{
"new":true,
"sessionId":"amzn1.echo-api.session.d5c8ec66-5b43-4dc8-900bvc6-9a3b282453f1",
"application":{
"applicationId":"amzn1.ask.skill.ecd8f7c3-2d12-411b-95fd-77e9cvb08c9b8a5"
},
"user":{
"userId":"amzn1.ask.account.***REDACTED***"
}
},
"context":{
"AudioPlayer":{
"playerActivity":"IDLE"
},
"Display":{
},
"System":{
"application":{
"applicationId":"amzn1.ask.skill.ecd8f7c3-2d12-411b-95f45d-77e908c9b8a5"
},
"user":{
"userId":"amzn1.ask.account.***REDACTED***"
},
"device":{
"deviceId":"amzn1.ask.device.***REDACTED***",
"supportedInterfaces":{
"AudioPlayer":{
},
"Display":{
"templateVersion":"1.0",
"markupVersion":"1.0"
}
}
},
"apiEndpoint":"https://api.eu.amazonalexa.com",
"apiAccessToken":"***REDACTED***"
}
},
"request":{
"type":"IntentRequest",
"requestId":"amzn1.echo-api.request.d97c18fa-0921-48dc-8a81-a8800SDf2a2909",
"timestamp":"2018-04-18T20:54:50Z",
"locale":"en-IN",
"intent":{
"name":"groupthreewether",
"confirmationStatus":"NONE"
}
}
},
"replyId":"5acd122746561c00066dea1d._ovnV6N~8GI3NIg63ysXu.nZ4s1LcJpoQtXA_VWsRZiW",
"Humidity":{
"time":"2018-04-10T21:16:20.433Z",
"value":65.0999984741211
}
},
"applicationId":"5acce9e246561c00066dea12",
"triggerId":"5acd122746561c00066dea1d",
"triggerType":"webhook",
"relayId":"000000000000000000000000",
"relayType":"public",
"flowVersion":"develop",
"flowId":"5acd19ad6e4c990006437be1",
"flowName":"Maneesha Skill",
"applicationName":"Group3",
"globals":{
}
}