AWSConnectRealTimeContactAnalysisCategoryDetails
Objective-C
@interface AWSConnectRealTimeContactAnalysisCategoryDetails
Swift
class AWSConnectRealTimeContactAnalysisCategoryDetails
Provides information about the category rule that was matched.
Required parameters: [PointsOfInterest]
-
List of PointOfInterest - objects describing a single match of a rule.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRealTimeContactAnalysisPointOfInterest *> *_Nullable pointsOfInterest;
Swift
var pointsOfInterest: [AWSConnectRealTimeContactAnalysisPointOfInterest]? { get set }