| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RealTimeContactAnalysisTranscriptItemWithCharacterOffsets |
RealTimeContactAnalysisTranscriptItemWithCharacterOffsets.clone() |
RealTimeContactAnalysisTranscriptItemWithCharacterOffsets |
RealTimeContactAnalysisTranscriptItemWithCharacterOffsets.withCharacterOffsets(RealTimeContactAnalysisCharacterInterval characterOffsets)
List of character intervals within transcript content/text.
|
RealTimeContactAnalysisTranscriptItemWithCharacterOffsets |
RealTimeContactAnalysisTranscriptItemWithCharacterOffsets.withId(String id)
Transcript identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> |
RealTimeContactAnalysisPointOfInterest.getTranscriptItems()
List of the transcript items (segments) that are associated with a given point of interest.
|
| Modifier and Type | Method and Description |
|---|---|
RealTimeContactAnalysisPointOfInterest |
RealTimeContactAnalysisPointOfInterest.withTranscriptItems(RealTimeContactAnalysisTranscriptItemWithCharacterOffsets... transcriptItems)
List of the transcript items (segments) that are associated with a given point of interest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealTimeContactAnalysisPointOfInterest.setTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> transcriptItems)
List of the transcript items (segments) that are associated with a given point of interest.
|
RealTimeContactAnalysisPointOfInterest |
RealTimeContactAnalysisPointOfInterest.withTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> transcriptItems)
List of the transcript items (segments) that are associated with a given point of interest.
|
Copyright © 2024. All rights reserved.