| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RealTimeContactAnalysisTranscriptItemWithContent |
RealTimeContactAnalysisTranscriptItemWithContent.clone() |
RealTimeContactAnalysisTranscriptItemWithContent |
RealTimeContactAnalysisTranscriptItemWithContent.withCharacterOffsets(RealTimeContactAnalysisCharacterInterval characterOffsets) |
RealTimeContactAnalysisTranscriptItemWithContent |
RealTimeContactAnalysisTranscriptItemWithContent.withContent(String content)
Part of the transcript content that contains identified issue.
|
RealTimeContactAnalysisTranscriptItemWithContent |
RealTimeContactAnalysisTranscriptItemWithContent.withId(String id)
Transcript identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<RealTimeContactAnalysisTranscriptItemWithContent> |
RealTimeContactAnalysisIssueDetected.getTranscriptItems()
List of the transcript items (segments) that are associated with a given issue.
|
| Modifier and Type | Method and Description |
|---|---|
RealTimeContactAnalysisIssueDetected |
RealTimeContactAnalysisIssueDetected.withTranscriptItems(RealTimeContactAnalysisTranscriptItemWithContent... transcriptItems)
List of the transcript items (segments) that are associated with a given issue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealTimeContactAnalysisIssueDetected.setTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithContent> transcriptItems)
List of the transcript items (segments) that are associated with a given issue.
|
RealTimeContactAnalysisIssueDetected |
RealTimeContactAnalysisIssueDetected.withTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithContent> transcriptItems)
List of the transcript items (segments) that are associated with a given issue.
|
Copyright © 2024. All rights reserved.