Interface RealTimeContactAnalysisTranscriptItemWithContent.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RealTimeContactAnalysisTranscriptItemWithContent.Builder,,RealTimeContactAnalysisTranscriptItemWithContent> SdkBuilder<RealTimeContactAnalysisTranscriptItemWithContent.Builder,,RealTimeContactAnalysisTranscriptItemWithContent> SdkPojo
- Enclosing class:
 RealTimeContactAnalysisTranscriptItemWithContent
public static interface RealTimeContactAnalysisTranscriptItemWithContent.Builder
extends SdkPojo, CopyableBuilder<RealTimeContactAnalysisTranscriptItemWithContent.Builder,RealTimeContactAnalysisTranscriptItemWithContent> 
- 
Method Summary
Modifier and TypeMethodDescriptioncharacterOffsets(Consumer<RealTimeContactAnalysisCharacterInterval.Builder> characterOffsets) Sets the value of the CharacterOffsets property for this object.characterOffsets(RealTimeContactAnalysisCharacterInterval characterOffsets) Sets the value of the CharacterOffsets property for this object.Part of the transcript content that contains identified issue.Transcript identifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
content
Part of the transcript content that contains identified issue. Can be redacted
- Parameters:
 content- Part of the transcript content that contains identified issue. Can be redacted- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
id
Transcript identifier. Matches the identifier from one of the TranscriptSegments.
- Parameters:
 id- Transcript identifier. Matches the identifier from one of the TranscriptSegments.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
characterOffsets
RealTimeContactAnalysisTranscriptItemWithContent.Builder characterOffsets(RealTimeContactAnalysisCharacterInterval characterOffsets) Sets the value of the CharacterOffsets property for this object.- Parameters:
 characterOffsets- The new value for the CharacterOffsets property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
characterOffsets
default RealTimeContactAnalysisTranscriptItemWithContent.Builder characterOffsets(Consumer<RealTimeContactAnalysisCharacterInterval.Builder> characterOffsets) Sets the value of the CharacterOffsets property for this object. This is a convenience method that creates an instance of theRealTimeContactAnalysisCharacterInterval.Builderavoiding the need to create one manually viaRealTimeContactAnalysisCharacterInterval.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocharacterOffsets(RealTimeContactAnalysisCharacterInterval).- Parameters:
 characterOffsets- a consumer that will call methods onRealTimeContactAnalysisCharacterInterval.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -