Uses of Class
software.amazon.awssdk.services.connectcontactlens.model.PointOfInterest
-
Packages that use PointOfInterest Package Description software.amazon.awssdk.services.connectcontactlens.model -
-
Uses of PointOfInterest in software.amazon.awssdk.services.connectcontactlens.model
Methods in software.amazon.awssdk.services.connectcontactlens.model that return types with arguments of type PointOfInterest Modifier and Type Method Description List<PointOfInterest>CategoryDetails. pointsOfInterest()The section of audio where the category rule was detected.Methods in software.amazon.awssdk.services.connectcontactlens.model with parameters of type PointOfInterest Modifier and Type Method Description CategoryDetails.BuilderCategoryDetails.Builder. pointsOfInterest(PointOfInterest... pointsOfInterest)The section of audio where the category rule was detected.Method parameters in software.amazon.awssdk.services.connectcontactlens.model with type arguments of type PointOfInterest Modifier and Type Method Description CategoryDetails.BuilderCategoryDetails.Builder. pointsOfInterest(Collection<PointOfInterest> pointsOfInterest)The section of audio where the category rule was detected.
-