Skip to content

Instantly share code, notes, and snippets.

@rekire
Created January 10, 2018 18:46
Show Gist options
  • Save rekire/5b9e985c768430fa816d176dd3e2fafc to your computer and use it in GitHub Desktop.
Save rekire/5b9e985c768430fa816d176dd3e2fafc to your computer and use it in GitHub Desktop.
Example of a list item for a Alexa ListTemplate
{
"token": "cheese1",
"image": {
"contentDescription": "desc1",
"sources": [
{
"url": "http://www.example.com/gouda.jpg"
}
]
},
"textContent": {
"primaryText": {
"text": "Gouda",
"type": "PlainText"
},
"secondaryText": {
"text": "Serving size: 1oz (28g)",
"type": "PlainText"
},
"tertiaryText": {
"text": "100 cal",
"type": "PlainText"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment