Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BuiltInSlotTypeSummary
-
Packages that use BuiltInSlotTypeSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BuiltInSlotTypeSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BuiltInSlotTypeSummary Modifier and Type Method Description List<BuiltInSlotTypeSummary>ListBuiltInSlotTypesResponse. builtInSlotTypeSummaries()Summary information for the built-in slot types that meet the filter criteria specified in the request.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BuiltInSlotTypeSummary Modifier and Type Method Description ListBuiltInSlotTypesResponse.BuilderListBuiltInSlotTypesResponse.Builder. builtInSlotTypeSummaries(BuiltInSlotTypeSummary... builtInSlotTypeSummaries)Summary information for the built-in 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 BuiltInSlotTypeSummary Modifier and Type Method Description ListBuiltInSlotTypesResponse.BuilderListBuiltInSlotTypesResponse.Builder. builtInSlotTypeSummaries(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)Summary information for the built-in slot types that meet the filter criteria specified in the request.
-