Uses of Class
software.amazon.awssdk.services.connect.model.RealTimeContactAnalysisSegmentCategories
-
Packages that use RealTimeContactAnalysisSegmentCategories Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RealTimeContactAnalysisSegmentCategories in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RealTimeContactAnalysisSegmentCategories Modifier and Type Method Description RealTimeContactAnalysisSegmentCategoriesRealtimeContactAnalysisSegment. categories()Returns the value of the Categories property for this object.Methods in software.amazon.awssdk.services.connect.model with parameters of type RealTimeContactAnalysisSegmentCategories Modifier and Type Method Description RealtimeContactAnalysisSegment.BuilderRealtimeContactAnalysisSegment.Builder. categories(RealTimeContactAnalysisSegmentCategories categories)Sets the value of the Categories property for this object.static RealtimeContactAnalysisSegmentRealtimeContactAnalysisSegment. fromCategories(RealTimeContactAnalysisSegmentCategories categories)Create an instance of this class withRealtimeContactAnalysisSegment.categories()initialized to the given value.
-