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

support shuffle on/off intent #353

Closed
hyzhak opened this issue Nov 5, 2018 · 0 comments
Closed

support shuffle on/off intent #353

hyzhak opened this issue Nov 5, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hyzhak
Copy link
Member

hyzhak commented Nov 5, 2018

on

shuffle, shuffle on, shuffle the music, shuffle mode

Lets the user request that the skill turn on a shuffle mode, usually for audio skills that stream a playlist of tracks.
For skills that stream audio using the AudioPlayer interface, users can invoke this intent without using your invocation name if your skill is currently playing audio or was the most recent skill to play audio. The intent is sent to your skill in this case even if AMAZON.ShuffleOnIntent is not in your intent schema.

off

stop shuffling, shuffle off, turn off shuffle

Lets the user request that the skill turn of a shuffle mode, usually for audio skills that stream a playlist of tracks.
For skills that stream audio using the AudioPlayer interface, users can invoke this intent without using your invocation name if your skill is currently playing audio or was the most recent skill to play audio. The intent is sent to your skill in this case even if AMAZON.ShuffleOffIntent is not in your intent schema.

@hyzhak hyzhak added the enhancement New feature or request label Nov 5, 2018
@hyzhak hyzhak added this to the Meet Alexa Review Requirements milestone Nov 5, 2018
@hyzhak hyzhak changed the title support shuffle on/off support shuffle on/off intent Nov 5, 2018
@hyzhak hyzhak self-assigned this Nov 15, 2018
This was referenced Nov 16, 2018
@hyzhak hyzhak closed this as completed Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant