RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.Builder.attachments(Collection<RealTimeContactAnalysisAttachment> attachments) |
List of objects describing an individual attachment.
|
RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.Builder.attachments(Consumer<RealTimeContactAnalysisAttachment.Builder>... attachments) |
List of objects describing an individual attachment.
|
RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.Builder.attachments(RealTimeContactAnalysisAttachment... attachments) |
List of objects describing an individual attachment.
|
static RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.builder() |
|
RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.Builder.displayName(String displayName) |
The display name of the participant.
|
RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.Builder.id(String id) |
The identifier of the segment.
|
RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.Builder.participantId(String participantId) |
The identifier of the participant.
|
RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.Builder.participantRole(String participantRole) |
The role of the participant.
|
RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.Builder.participantRole(ParticipantRole participantRole) |
The role of the participant.
|
default RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.Builder.time(Consumer<RealTimeContactAnalysisTimeData.Builder> time) |
Field describing the time of the event.
|
RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.Builder.time(RealTimeContactAnalysisTimeData time) |
Field describing the time of the event.
|
RealTimeContactAnalysisSegmentAttachments.Builder |
RealTimeContactAnalysisSegmentAttachments.toBuilder() |
|