Uses of Class
software.amazon.awssdk.services.connect.model.RealTimeContactAnalysisTranscriptItemWithContent
-
Packages that use RealTimeContactAnalysisTranscriptItemWithContent Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RealTimeContactAnalysisTranscriptItemWithContent in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RealTimeContactAnalysisTranscriptItemWithContent Modifier and Type Method Description List<RealTimeContactAnalysisTranscriptItemWithContent>RealTimeContactAnalysisIssueDetected. transcriptItems()List of the transcript items (segments) that are associated with a given issue.Methods in software.amazon.awssdk.services.connect.model with parameters of type RealTimeContactAnalysisTranscriptItemWithContent Modifier and Type Method Description RealTimeContactAnalysisIssueDetected.BuilderRealTimeContactAnalysisIssueDetected.Builder. transcriptItems(RealTimeContactAnalysisTranscriptItemWithContent... transcriptItems)List of the transcript items (segments) that are associated with a given issue.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RealTimeContactAnalysisTranscriptItemWithContent Modifier and Type Method Description RealTimeContactAnalysisIssueDetected.BuilderRealTimeContactAnalysisIssueDetected.Builder. transcriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithContent> transcriptItems)List of the transcript items (segments) that are associated with a given issue.
-