| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RealTimeContactAnalysisCategoryDetails |
RealTimeContactAnalysisCategoryDetails.clone() |
RealTimeContactAnalysisCategoryDetails |
RealTimeContactAnalysisCategoryDetails.withPointsOfInterest(Collection<RealTimeContactAnalysisPointOfInterest> pointsOfInterest)
List of PointOfInterest - objects describing a single match of a rule.
|
RealTimeContactAnalysisCategoryDetails |
RealTimeContactAnalysisCategoryDetails.withPointsOfInterest(RealTimeContactAnalysisPointOfInterest... pointsOfInterest)
List of PointOfInterest - objects describing a single match of a rule.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RealTimeContactAnalysisCategoryDetails> |
RealTimeContactAnalysisSegmentCategories.getMatchedDetails()
Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.
|
| Modifier and Type | Method and Description |
|---|---|
RealTimeContactAnalysisSegmentCategories |
RealTimeContactAnalysisSegmentCategories.addMatchedDetailsEntry(String key,
RealTimeContactAnalysisCategoryDetails value)
Add a single MatchedDetails entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealTimeContactAnalysisSegmentCategories.setMatchedDetails(Map<String,RealTimeContactAnalysisCategoryDetails> matchedDetails)
Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.
|
RealTimeContactAnalysisSegmentCategories |
RealTimeContactAnalysisSegmentCategories.withMatchedDetails(Map<String,RealTimeContactAnalysisCategoryDetails> matchedDetails)
Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.
|
Copyright © 2024. All rights reserved.