Uses of Class
software.amazon.awssdk.services.connect.model.RealTimeContactAnalysisPointOfInterest
-
Packages that use RealTimeContactAnalysisPointOfInterest Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RealTimeContactAnalysisPointOfInterest in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RealTimeContactAnalysisPointOfInterest Modifier and Type Method Description List<RealTimeContactAnalysisPointOfInterest>RealTimeContactAnalysisCategoryDetails. pointsOfInterest()List of PointOfInterest - objects describing a single match of a rule.Methods in software.amazon.awssdk.services.connect.model with parameters of type RealTimeContactAnalysisPointOfInterest Modifier and Type Method Description RealTimeContactAnalysisCategoryDetails.BuilderRealTimeContactAnalysisCategoryDetails.Builder. pointsOfInterest(RealTimeContactAnalysisPointOfInterest... pointsOfInterest)List of PointOfInterest - objects describing a single match of a rule.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RealTimeContactAnalysisPointOfInterest Modifier and Type Method Description RealTimeContactAnalysisCategoryDetails.BuilderRealTimeContactAnalysisCategoryDetails.Builder. pointsOfInterest(Collection<RealTimeContactAnalysisPointOfInterest> pointsOfInterest)List of PointOfInterest - objects describing a single match of a rule.
-