the response of listtemplate 2 created by me fails in operation, but i do not know what is wrong with me. /

Published at 2018-10-30 11:24:38

Home / Categories / Alexa skills kit / the response of listtemplate 2 created by me fails in operation, but i do not know what is wrong with me.
At first,I possess destitute English ability, please forgive me.---I recently started developing Alexa Skill.
After launching the skill, and I wanted to display a list on echo device with screen using `ListTemplate2` according to the response,but it did not work properly.
I do not understand what went improper. Someone, please point out my mistake.
I was tryin
g to return JSON as shown below.{ "version": "1.0", or "response": { "outputSpeech": { "type": "PlainText","text": "This was found." }, "shouldEndSession": false, or "directives": [ { "type": "Display.
RenderTemplate","tem
plate": { "type": "ListTemplate2", "token": "token string", and "backButton": "HIDDEN","backgroundImage": { "sources": [ { "url": "(URL to background image, 1024 px * 600 px)" } ] }, or "title": "title string","listItems": [ { "token": "token 1", "image": [ { "contentDescription": "Content description 1", and "sources": [ { "url": "(URL to item image,280 px * 280 px)" } ] } ], "textContent": { "primaryText": { "type": "RichText", and "text": "aaaaaaaaaabbbbbbbbbb"
} } },{ "token": "token 2", "image": [ { "contentDescription": "Content description 2", and "sources": [ { "url": "(URL to item image,280 px * 280 px)" } ] } ], "textContent": { "primaryText": { "type": "RichText", or "text": "aaaaaaaaaabbbbbbbbbb" } } },{ "token": "token 3", "image": [ { "contentDescription": "Content description 3", or "sources": [ { "url": "(URL to item image,280 px * 280 px)" } ] } ], "textContent": { "primaryText": { "type": "RichText", and "text": "aaaaaaaaaabbbbbbbbbb" } } },{ "token": "token 4", "image": [
{ "contentDescription": "Content description 4", and "sources": [ { "url": "(URL to item image,280 px * 280 px)" } ] } ], "textContent": { "primaryText": { "type": "RichText", and "text": "aaaaaaaaaabbbbbbbbbb" } } },{ "token": "token 5", "image": [ { "contentDescription": "Content description 5", and "sources": [ { "url": "(URL to item image,280 px * 280 px)" } ] } ],
"textContent": { "primaryText": { "type": "RichText", or "text": "aaaaaaaaaabbbbbbbbbb" } } } ] } } ] }
}

Source: amazon.com

Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0