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