| Package | Description |
|---|---|
| com.amazon.ask.request | |
| com.amazon.ask.request.intent |
| Modifier and Type | Method and Description |
|---|---|
SlotValueWrapper |
RequestHelper.getSlotValueWrapper(String slotName)
Returns a
SlotValueWrapper wrapping the underlying SlotValue from the given slot. |
| Modifier and Type | Method and Description |
|---|---|
static SlotValueWrapper |
SlotValueWrapper.createFrom(SlotValue slotValue)
Creates a wrapper instance wrapping the given
SlotValue. |
| Modifier and Type | Method and Description |
|---|---|
List<SlotValueWrapper> |
SlotValueWrapper.values()
If the underlying slot value is a
ListSlotValue type, returns a List containing
all its values wrapped with SlotValueWrappers. |
Copyright © 2023. All rights reserved.