| Package | Description |
|---|---|
| com.amazon.speech.slu |
Contains classes used to represent the user's request, as interpreted by the Alexa service
spoken language understanding processing.
|
| com.amazon.speech.speechlet |
Contains classes used to represent the key elements used for a speech-enabled
web service.
|
| com.amazon.speech.speechlet.dialog.directives |
| Modifier and Type | Method and Description |
|---|---|
Intent |
Intent.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Intent |
IntentRequest.getIntent()
Returns the intent associated with this request.
|
| Modifier and Type | Method and Description |
|---|---|
IntentRequest.Builder |
IntentRequest.Builder.withIntent(Intent intent) |
| 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.
|
| Constructor and Description |
|---|
DialogIntent(Intent requestIntent) |
Copyright © 2017. All rights reserved.