| Package | Description |
|---|---|
| com.amazon.speech.speechlet.interfaces.audioplayer |
Contains classes used by the
AudioPlayer interface. |
| com.amazon.speech.speechlet.interfaces.audioplayer.directive |
Contains classes used to represent the directives returned by your Alexa skill relating to the
AudioPlayer interface. |
| Modifier and Type | Method and Description |
|---|---|
static PlayBehavior |
PlayBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayBehavior[] |
PlayBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PlayBehavior |
PlayDirective.getPlayBehavior()
Returns the play behavior of this directive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlayDirective.setPlayBehavior(PlayBehavior playBehavior)
Sets the play behavior of this directive.
|
Copyright © 2016. All rights reserved.