| 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.
|
| 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.withSlots(Map<String,Slot> slots) |
Copyright © 2016. All rights reserved.