Uses of Class
software.amazon.awssdk.services.connect.model.RealTimeContactAnalysisSegmentTranscript
-
Packages that use RealTimeContactAnalysisSegmentTranscript Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RealTimeContactAnalysisSegmentTranscript in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RealTimeContactAnalysisSegmentTranscript Modifier and Type Method Description RealTimeContactAnalysisSegmentTranscriptRealtimeContactAnalysisSegment. transcript()Returns the value of the Transcript property for this object.Methods in software.amazon.awssdk.services.connect.model with parameters of type RealTimeContactAnalysisSegmentTranscript Modifier and Type Method Description static RealtimeContactAnalysisSegmentRealtimeContactAnalysisSegment. fromTranscript(RealTimeContactAnalysisSegmentTranscript transcript)Create an instance of this class withRealtimeContactAnalysisSegment.transcript()initialized to the given value.RealtimeContactAnalysisSegment.BuilderRealtimeContactAnalysisSegment.Builder. transcript(RealTimeContactAnalysisSegmentTranscript transcript)Sets the value of the Transcript property for this object.
-