static RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.fromAttachments(Consumer<RealTimeContactAnalysisSegmentAttachments.Builder> attachments) |
Create an instance of this class with attachments() initialized to the given value.
|
static RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.fromAttachments(RealTimeContactAnalysisSegmentAttachments attachments) |
Create an instance of this class with attachments() initialized to the given value.
|
static RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.fromCategories(Consumer<RealTimeContactAnalysisSegmentCategories.Builder> categories) |
Create an instance of this class with categories() initialized to the given value.
|
static RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.fromCategories(RealTimeContactAnalysisSegmentCategories categories) |
Create an instance of this class with categories() initialized to the given value.
|
static RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.fromEvent(Consumer<RealTimeContactAnalysisSegmentEvent.Builder> event) |
Create an instance of this class with event() initialized to the given value.
|
static RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.fromEvent(RealTimeContactAnalysisSegmentEvent event) |
Create an instance of this class with event() initialized to the given value.
|
static RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.fromIssues(Consumer<RealTimeContactAnalysisSegmentIssues.Builder> issues) |
Create an instance of this class with issues() initialized to the given value.
|
static RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.fromIssues(RealTimeContactAnalysisSegmentIssues issues) |
Create an instance of this class with issues() initialized to the given value.
|
static RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.fromTranscript(Consumer<RealTimeContactAnalysisSegmentTranscript.Builder> transcript) |
Create an instance of this class with transcript() initialized to the given value.
|
static RealtimeContactAnalysisSegment |
RealtimeContactAnalysisSegment.fromTranscript(RealTimeContactAnalysisSegmentTranscript transcript) |
Create an instance of this class with transcript() initialized to the given value.
|