Package | Description |
---|---|
com.amazon.ask.model | |
com.amazon.ask.model.dialog | |
com.amazon.ask.request |
Modifier and Type | Method and Description |
---|---|
Slot |
Slot.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,Slot> |
Intent.getSlots()
A map of key-value pairs that further describes what the user meant based on a predefined intent schema.
|
Modifier and Type | Method and Description |
---|---|
Intent.Builder |
Intent.Builder.putSlotsItem(String key,
Slot slotsItem) |
Modifier and Type | Method and Description |
---|---|
Intent.Builder |
Intent.Builder.withSlots(Map<String,Slot> slots) |
Modifier and Type | Method and Description |
---|---|
Map<String,Slot> |
Input.getSlots()
A map of input slots by slot name.
|
Modifier and Type | Method and Description |
---|---|
Input.Builder |
Input.Builder.putSlotsItem(String key,
Slot slotsItem) |
Modifier and Type | Method and Description |
---|---|
Input.Builder |
Input.Builder.withSlots(Map<String,Slot> slots) |
Modifier and Type | Method and Description |
---|---|
Optional<Slot> |
RequestHelper.getSlot(String slotName)
Returns the
Slot for the given slot name from the request. |
Copyright © 2023. All rights reserved.