| 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.dialog.directives |
| Modifier and Type | Method and Description |
|---|---|
Slot |
Slot.Builder.build() |
Slot |
Intent.getSlot(String name)
Returns the
Slot with the provided name. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Slot> |
Intent.getSlots()
Returns all the
Slots. |
| Modifier and Type | Method and Description |
|---|---|
Intent.Builder |
Intent.Builder.withSlot(Slot slot) |
| Modifier and Type | Method and Description |
|---|---|
Intent.Builder |
Intent.Builder.withSlots(Map<String,Slot> slots) |
| Constructor and Description |
|---|
DialogSlot(Slot requestSlot)
Creates a slot object for a dialog response from a given
Slot object from the
Intent object within an IntentRequest. |
Copyright © 2017. All rights reserved.