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