Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save satr/b7f66a5dbd4448d1e50ddb4442e9b4e1 to your computer and use it in GitHub Desktop.
Save satr/b7f66a5dbd4448d1e50ddb4442e9b4e1 to your computer and use it in GitHub Desktop.
Amazon Alexa Skill Proactive Media event example
{
"timestamp": "2019-06-08T10:12:01.00Z",
"referenceId": "unique-id-of-this-event-instance-abc123456789",
"expiryTime": "2019-06-08T14:00:00.00Z",
"event": {
"name": "AMAZON.MediaContent.Available",
"payload": {
"availability": {
"startTime": "2019-06-08T20:00:00Z",
"provider": {
"name": "localizedattribute:providerName"
},
"method": "AIR"
},
"content": {
"name": "localizedattribute:contentName",
"contentType": "EPISODE"
}
}
},
"localizedAttributes": [
{
"locale": "en-US",
"providerName": "Alexa Events Example",
"contentName": "Some event"
}
],
"relevantAudience": {
"type": "Multicast",
"payload": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment