Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotTypeSummary
-
Packages that use SlotTypeSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotTypeSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotTypeSummary Modifier and Type Method Description List<SlotTypeSummary>ListSlotTypesResponse. slotTypeSummaries()Summary information for the slot types that meet the filter criteria specified in the request.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotTypeSummary Modifier and Type Method Description ListSlotTypesResponse.BuilderListSlotTypesResponse.Builder. slotTypeSummaries(SlotTypeSummary... slotTypeSummaries)Summary information for the slot types that meet the filter criteria specified in the request.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SlotTypeSummary Modifier and Type Method Description ListSlotTypesResponse.BuilderListSlotTypesResponse.Builder. slotTypeSummaries(Collection<SlotTypeSummary> slotTypeSummaries)Summary information for the slot types that meet the filter criteria specified in the request.
-