| Package | Description |
|---|---|
| com.amazon.speech.speechlet |
Contains classes used to represent the key elements used for a speech-enabled
web service.
|
| Modifier and Type | Method and Description |
|---|---|
IntentRequest.DialogState |
IntentRequest.getDialogState()
Returns the isInDialog value associated with this request.
|
static IntentRequest.DialogState |
IntentRequest.DialogState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntentRequest.DialogState[] |
IntentRequest.DialogState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IntentRequest.Builder |
IntentRequest.Builder.withDialogState(IntentRequest.DialogState dialogState) |
| Constructor and Description |
|---|
IntentRequest(String requestId,
Date timestamp,
Locale locale,
Intent intent,
IntentRequest.DialogState dialogState)
Protected constructor used for JSON serialization and for extending this class.
|
Copyright © 2017. All rights reserved.