Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SubSlotTypeComposition
-
Packages that use SubSlotTypeComposition Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SubSlotTypeComposition in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SubSlotTypeComposition Modifier and Type Method Description List<SubSlotTypeComposition>CompositeSlotTypeSetting. subSlots()Subslots in the composite slot.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SubSlotTypeComposition Modifier and Type Method Description CompositeSlotTypeSetting.BuilderCompositeSlotTypeSetting.Builder. subSlots(SubSlotTypeComposition... subSlots)Subslots in the composite slot.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SubSlotTypeComposition Modifier and Type Method Description CompositeSlotTypeSetting.BuilderCompositeSlotTypeSetting.Builder. subSlots(Collection<SubSlotTypeComposition> subSlots)Subslots in the composite slot.
-