Uses of Interface
software.amazon.awssdk.services.connect.model.RealTimeContactAnalysisSegmentCategories.Builder
-
Packages that use RealTimeContactAnalysisSegmentCategories.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RealTimeContactAnalysisSegmentCategories.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RealTimeContactAnalysisSegmentCategories.Builder Modifier and Type Method Description static RealTimeContactAnalysisSegmentCategories.BuilderRealTimeContactAnalysisSegmentCategories. builder()RealTimeContactAnalysisSegmentCategories.BuilderRealTimeContactAnalysisSegmentCategories.Builder. matchedDetails(Map<String,RealTimeContactAnalysisCategoryDetails> matchedDetails)Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.RealTimeContactAnalysisSegmentCategories.BuilderRealTimeContactAnalysisSegmentCategories. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RealTimeContactAnalysisSegmentCategories.Builder Modifier and Type Method Description static Class<? extends RealTimeContactAnalysisSegmentCategories.Builder>RealTimeContactAnalysisSegmentCategories. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RealTimeContactAnalysisSegmentCategories.Builder Modifier and Type Method Description default RealtimeContactAnalysisSegment.BuilderRealtimeContactAnalysisSegment.Builder. categories(Consumer<RealTimeContactAnalysisSegmentCategories.Builder> categories)Sets the value of the Categories property for this object.static RealtimeContactAnalysisSegmentRealtimeContactAnalysisSegment. fromCategories(Consumer<RealTimeContactAnalysisSegmentCategories.Builder> categories)Create an instance of this class withRealtimeContactAnalysisSegment.categories()initialized to the given value.
-