| 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 ClearBehavior |
ClearBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearBehavior[] |
ClearBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClearBehavior |
ClearQueueDirective.getClearBehavior()
Returns how the queue should be cleared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClearQueueDirective.setClearBehavior(ClearBehavior clearBehavior)
Sets how the queue should be cleared.
|
Copyright © 2016. All rights reserved.