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