I'm sure I'm missing something. So my output json is this...
{
"body": {
"version": "1.0",
"response": {
"directives": [
{
"type": "Alexa.Presentation.APL.RenderDocument",
"token": "RandomToken",
"document": {
"type": "Link",
"src": "doc://alexa/apl/documents/test1"
},
"timeoutType": "SHORT"
}
],
"type": "_DEFAULT_RESPONSE"
}
}
}
Looking through the documentation, this doesn't look like I'm missing anything, however in the Test simulator, the screen never displays anything. No text or images even though the APL builder displays just like I need it. The test path above actually is just one of the canned ones as I try to debug if its something in my modified one or if I can get anything back. The fact that the canned template returns blank tells me, I'm probably missing some required property or section, but I have no idea what it is. Any help is appreciated.