Hallo,
leider verzweifle ich aktuell am Einrichten des Skills. Eigentlich lief alles ohne Problem durch bis zu dem Punkt, an dem ich alles testen wollte:
{
"session": {
"sessionId": "SessionId.24915590-082b-4379-9a8c-ac843dbb2c45",
"application": {
"applicationId": "amzn1.ask.skill.XXX"
},
"attributes": {},
"user": {
"userId": "amzn1.ask.account.AXXX"
},
"new": true
},
"request": {
"type": "IntentRequest",
"requestId": "EdwRequestId.a5f783d3-f4d5-4f2b-a6ae-41fab92d0bf4",
"locale": "de-DE",
"timestamp": "2017-03-25T18:09:17Z",
"intent": {
"name": "SwitchIntent",
"slots": {
"Status": {
"name": "Status",
"value": "ein"
},
"Device": {
"name": "Device",
"value": "Küchen Licht"
},
"Yesno": {
"name": "Yesno"
},
"Devicetypes": {
"name": "Devicetypes",
"value": "das"
}
}
}
},
"version": "1.0"
}
The remote endpoint could not be called, or the response it returned was invalid.
Hm, hat einer eine Idee für mich?