| Package | Description |
|---|---|
| com.amazon.speech.speechlet |
Contains classes used to represent the key elements used for a speech-enabled
web service.
|
| com.amazon.speech.speechlet.interfaces.audioplayer |
Contains classes used by the
AudioPlayer interface. |
| com.amazon.speech.speechlet.interfaces.system |
Contains classes used by the
System interface. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Interface,S extends State<T>> |
Context.getState(Class<T> interfaceClass,
Class<S> castClass)
Returns
State for interface if it exists, null otherwise. |
| Modifier and Type | Method and Description |
|---|---|
Context.Builder |
Context.Builder.addState(State<? extends Interface> state) |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioPlayerState
Represents the playback state of the AudioPlayer component on the device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemState |
Copyright © 2016. All rights reserved.