| Package | Description |
|---|---|
| com.amazon.ask.model.canfulfill |
| Modifier and Type | Method and Description |
|---|---|
CanFulfillSlot |
CanFulfillSlot.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CanFulfillSlot> |
CanFulfillIntent.getSlots()
A map that represents skill's detailed response to each detected slot within the intent such as if skill can understand and fulfill the detected slot.
|
| Modifier and Type | Method and Description |
|---|---|
CanFulfillIntent.Builder |
CanFulfillIntent.Builder.putSlotsItem(String key,
CanFulfillSlot slotsItem) |
| Modifier and Type | Method and Description |
|---|---|
CanFulfillIntent.Builder |
CanFulfillIntent.Builder.withSlots(Map<String,CanFulfillSlot> slots) |
Copyright © 2023. All rights reserved.