Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle all (most of) the Amazon genres #13

Open
tkislan opened this issue Jun 12, 2018 · 0 comments
Open

Handle all (most of) the Amazon genres #13

tkislan opened this issue Jun 12, 2018 · 0 comments
Assignees

Comments

@tkislan
Copy link
Contributor

tkislan commented Jun 12, 2018

E.g. kids movies:

{
    "directive": {
        "payload": {
            "entities": [
                {
                    "type": "Genre",
                    "uri": "entity://provider/genre/78",
                    "value": "Children",
                    "externalIds": {
                        "ENTITY_ID": "78",
                        "tms": "78"
                    }
                },
                {
                    "type": "MediaType",
                    "value": "Movie"
                }
            ],
            "displayMode": "VUI"
        },
        "header": {
            "payloadVersion": "3",
            "messageId": "08394611-7c86-4468-9dbc-2b9c8d00db3e",
            "namespace": "Alexa.RemoteVideoPlayer",
            "name": "SearchAndDisplayResults",
            "correlationToken": "6d7f1640-fd48-4952-8cee-c72c8bba5e23"
        },
        "endpoint": {
            "cookie": {},
            "endpointId": "d965a9d3-45a3-4044-88bc-3439fdf81757",
            "scope": {
                "token": "49f7c0567e939e0a4874d48f3676c904d02b0487",
                "type": "BearerToken"
            }
        }
    }
}

screen shot 2018-06-12 at 21 43 41

@tkislan tkislan self-assigned this Jun 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant