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