Uses of Class
software.amazon.awssdk.services.connectcontactlens.model.RealtimeContactAnalysisSegment
-
Packages that use RealtimeContactAnalysisSegment Package Description software.amazon.awssdk.services.connectcontactlens.model -
-
Uses of RealtimeContactAnalysisSegment in software.amazon.awssdk.services.connectcontactlens.model
Methods in software.amazon.awssdk.services.connectcontactlens.model that return types with arguments of type RealtimeContactAnalysisSegment Modifier and Type Method Description List<RealtimeContactAnalysisSegment>ListRealtimeContactAnalysisSegmentsResponse. segments()An analyzed transcript or category.Methods in software.amazon.awssdk.services.connectcontactlens.model with parameters of type RealtimeContactAnalysisSegment Modifier and Type Method Description ListRealtimeContactAnalysisSegmentsResponse.BuilderListRealtimeContactAnalysisSegmentsResponse.Builder. segments(RealtimeContactAnalysisSegment... segments)An analyzed transcript or category.Method parameters in software.amazon.awssdk.services.connectcontactlens.model with type arguments of type RealtimeContactAnalysisSegment Modifier and Type Method Description ListRealtimeContactAnalysisSegmentsResponse.BuilderListRealtimeContactAnalysisSegmentsResponse.Builder. segments(Collection<RealtimeContactAnalysisSegment> segments)An analyzed transcript or category.
-