| 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.
|
| 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)
Protected constructor used for JSON serialization and for extending this class.
|
Copyright © 2016. All rights reserved.