Uses of Interface
software.amazon.awssdk.services.connect.model.RealTimeContactAnalysisSegmentEvent.Builder
-
Packages that use RealTimeContactAnalysisSegmentEvent.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RealTimeContactAnalysisSegmentEvent.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RealTimeContactAnalysisSegmentEvent.Builder Modifier and Type Method Description static RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent. builder()RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent.Builder. displayName(String displayName)The display name of the participant.RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent.Builder. eventType(String eventType)Type of the event.RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent.Builder. id(String id)The identifier of the contact event.RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent.Builder. participantId(String participantId)The identifier of the participant.RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent.Builder. participantRole(String participantRole)The role of the participant.RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent.Builder. participantRole(ParticipantRole participantRole)The role of the participant.default RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent.Builder. time(Consumer<RealTimeContactAnalysisTimeData.Builder> time)Field describing the time of the event.RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent.Builder. time(RealTimeContactAnalysisTimeData time)Field describing the time of the event.RealTimeContactAnalysisSegmentEvent.BuilderRealTimeContactAnalysisSegmentEvent. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RealTimeContactAnalysisSegmentEvent.Builder Modifier and Type Method Description static Class<? extends RealTimeContactAnalysisSegmentEvent.Builder>RealTimeContactAnalysisSegmentEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RealTimeContactAnalysisSegmentEvent.Builder Modifier and Type Method Description default RealtimeContactAnalysisSegment.BuilderRealtimeContactAnalysisSegment.Builder. event(Consumer<RealTimeContactAnalysisSegmentEvent.Builder> event)Sets the value of the Event property for this object.static RealtimeContactAnalysisSegmentRealtimeContactAnalysisSegment. fromEvent(Consumer<RealTimeContactAnalysisSegmentEvent.Builder> event)Create an instance of this class withRealtimeContactAnalysisSegment.event()initialized to the given value.
-