Uses of Class
software.amazon.awssdk.services.connect.model.RealTimeContactAnalysisSegmentAttachments
-
Packages that use RealTimeContactAnalysisSegmentAttachments Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RealTimeContactAnalysisSegmentAttachments in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RealTimeContactAnalysisSegmentAttachments Modifier and Type Method Description RealTimeContactAnalysisSegmentAttachmentsRealtimeContactAnalysisSegment. attachments()The analyzed attachments.Methods in software.amazon.awssdk.services.connect.model with parameters of type RealTimeContactAnalysisSegmentAttachments Modifier and Type Method Description RealtimeContactAnalysisSegment.BuilderRealtimeContactAnalysisSegment.Builder. attachments(RealTimeContactAnalysisSegmentAttachments attachments)The analyzed attachments.static RealtimeContactAnalysisSegmentRealtimeContactAnalysisSegment. fromAttachments(RealTimeContactAnalysisSegmentAttachments attachments)Create an instance of this class withRealtimeContactAnalysisSegment.attachments()initialized to the given value.
-