| 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.
|
| Class and Description |
|---|
| Intent
An
Intent is the output of spoken language understanding (SLU) that represents what the
user wants to do based on a predefined schema definition. |
| Intent.Builder
Builder used to construct a new
Intent. |
| Slot
A
Slot is part of an Intent that provides arguments need to process the intent
This is based on a predefined domain definition, or schema. |
| Slot.Builder
Builder used to construct a new
Slot. |
| Class and Description |
|---|
| Intent
An
Intent is the output of spoken language understanding (SLU) that represents what the
user wants to do based on a predefined schema definition. |
Copyright © 2016. All rights reserved.