| 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.system |
Contains classes used by the
System interface. |
| com.amazon.speech.speechlet.interfaces.system.request |
Contains classes used to represent the requests sent to your Alexa skill relating to the
System interface. |
| Modifier and Type | Method and Description |
|---|---|
Error |
SessionEndedRequest.getError() |
| Modifier and Type | Method and Description |
|---|---|
SessionEndedRequest.Builder |
SessionEndedRequest.Builder.withError(Error error) |
| Modifier and Type | Method and Description |
|---|---|
Error |
Error.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Error |
ExceptionEncounteredRequest.getError() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionEncounteredRequest.Builder |
ExceptionEncounteredRequest.Builder.withError(Error error) |
| Constructor and Description |
|---|
ExceptionEncounteredRequest(String requestId,
Date timestamp,
Locale locale,
Error error,
ErrorCause cause)
Protected constructor used for JSON serialization and for extending this class.
|
Copyright © 2016. All rights reserved.