Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.Slot
-
Packages that use Slot Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of Slot in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type Slot Modifier and Type Method Description Map<String,Slot>Intent. slots()A map of all of the slots for the intent.Map<String,Slot>Slot. subSlots()The constituent sub slots of a composite slot.List<Slot>Slot. values()A list of one or more values that the user provided for the slot.Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type Slot Modifier and Type Method Description Slot.BuilderSlot.Builder. values(Slot... values)A list of one or more values that the user provided for the slot.Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type Slot Modifier and Type Method Description Intent.BuilderIntent.Builder. slots(Map<String,Slot> slots)A map of all of the slots for the intent.Slot.BuilderSlot.Builder. subSlots(Map<String,Slot> subSlots)The constituent sub slots of a composite slot.Slot.BuilderSlot.Builder. values(Collection<Slot> values)A list of one or more values that the user provided for the slot.
-