| Package | Description |
|---|---|
| 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 |
|---|---|
ErrorCause |
ErrorCause.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
ErrorCause |
ExceptionEncounteredRequest.getCause() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionEncounteredRequest.Builder |
ExceptionEncounteredRequest.Builder.withCause(ErrorCause cause) |
| 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.