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