Created
June 9, 2019 05:43
-
-
Save satr/b7f66a5dbd4448d1e50ddb4442e9b4e1 to your computer and use it in GitHub Desktop.
Amazon Alexa Skill Proactive Media event example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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