| Package | Description |
|---|---|
| com.amazon.ask.model | |
| com.amazon.ask.model.interfaces.conversations | |
| com.amazon.ask.request.intent |
| Modifier and Type | Class and Description |
|---|---|
class |
ListSlotValue
Slot value containing a list of other slot value objects.
|
class |
SimpleSlotValue
Slot value containing a single string value and resolutions.
|
| Modifier and Type | Method and Description |
|---|---|
SlotValue |
Slot.getSlotValue()
Object representing the value of the slot.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlotValue> |
ListSlotValue.getValues()
An array containing the values captured for this slot.
|
| Modifier and Type | Method and Description |
|---|---|
ListSlotValue.Builder |
ListSlotValue.Builder.addValuesItem(SlotValue valuesItem) |
Slot.Builder |
Slot.Builder.withSlotValue(SlotValue slotValue) |
| Modifier and Type | Method and Description |
|---|---|
ListSlotValue.Builder |
ListSlotValue.Builder.withValues(List<SlotValue> values) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SlotValue> |
APIRequest.getSlots()
Get slots
|
| Modifier and Type | Method and Description |
|---|---|
APIRequest.Builder |
APIRequest.Builder.putSlotsItem(String key,
SlotValue slotsItem) |
| Modifier and Type | Method and Description |
|---|---|
APIRequest.Builder |
APIRequest.Builder.withSlots(Map<String,SlotValue> slots) |
| Modifier and Type | Method and Description |
|---|---|
SlotValue |
SlotValueWrapper.unwrap()
Returns the underlying
SlotValue this instance wraps. |
| Modifier and Type | Method and Description |
|---|---|
static SlotValueWrapper |
SlotValueWrapper.createFrom(SlotValue slotValue)
Creates a wrapper instance wrapping the given
SlotValue. |
Copyright © 2023. All rights reserved.