static ListRealtimeContactAnalysisSegmentsV2Response.Builder |
ListRealtimeContactAnalysisSegmentsV2Response.builder() |
|
ListRealtimeContactAnalysisSegmentsV2Response.Builder |
ListRealtimeContactAnalysisSegmentsV2Response.Builder.channel(String channel) |
The channel of the contact.
|
ListRealtimeContactAnalysisSegmentsV2Response.Builder |
ListRealtimeContactAnalysisSegmentsV2Response.Builder.channel(RealTimeContactAnalysisSupportedChannel channel) |
The channel of the contact.
|
ListRealtimeContactAnalysisSegmentsV2Response.Builder |
ListRealtimeContactAnalysisSegmentsV2Response.Builder.nextToken(String nextToken) |
If there are additional results, this is the token for the next set of results.
|
ListRealtimeContactAnalysisSegmentsV2Response.Builder |
ListRealtimeContactAnalysisSegmentsV2Response.Builder.segments(Collection<RealtimeContactAnalysisSegment> segments) |
An analyzed transcript or category.
|
ListRealtimeContactAnalysisSegmentsV2Response.Builder |
ListRealtimeContactAnalysisSegmentsV2Response.Builder.segments(Consumer<RealtimeContactAnalysisSegment.Builder>... segments) |
An analyzed transcript or category.
|
ListRealtimeContactAnalysisSegmentsV2Response.Builder |
ListRealtimeContactAnalysisSegmentsV2Response.Builder.segments(RealtimeContactAnalysisSegment... segments) |
An analyzed transcript or category.
|
ListRealtimeContactAnalysisSegmentsV2Response.Builder |
ListRealtimeContactAnalysisSegmentsV2Response.Builder.status(String status) |
Status of real-time contact analysis.
|
ListRealtimeContactAnalysisSegmentsV2Response.Builder |
ListRealtimeContactAnalysisSegmentsV2Response.Builder.status(RealTimeContactAnalysisStatus status) |
Status of real-time contact analysis.
|
ListRealtimeContactAnalysisSegmentsV2Response.Builder |
ListRealtimeContactAnalysisSegmentsV2Response.toBuilder() |
|