Interface RealTimeContactAnalysisExtractedInformationValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RealTimeContactAnalysisExtractedInformationValue.Builder,,RealTimeContactAnalysisExtractedInformationValue> SdkBuilder<RealTimeContactAnalysisExtractedInformationValue.Builder,,RealTimeContactAnalysisExtractedInformationValue> SdkPojo
- Enclosing class:
RealTimeContactAnalysisExtractedInformationValue
@Mutable
@NotThreadSafe
public static interface RealTimeContactAnalysisExtractedInformationValue.Builder
extends SdkPojo, CopyableBuilder<RealTimeContactAnalysisExtractedInformationValue.Builder,RealTimeContactAnalysisExtractedInformationValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe text content of the extracted value.pointsOfInterest(Collection<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> pointsOfInterest) The sections in the conversation that indicate where the extracted value was found.pointsOfInterest(Consumer<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets.Builder>... pointsOfInterest) The sections in the conversation that indicate where the extracted value was found.pointsOfInterest(RealTimeContactAnalysisTranscriptItemWithCharacterOffsets... pointsOfInterest) The sections in the conversation that indicate where the extracted value was found.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, sdkFieldNameToField, sdkFields
-
Method Details
-
content
The text content of the extracted value.
- Parameters:
content- The text content of the extracted value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pointsOfInterest
RealTimeContactAnalysisExtractedInformationValue.Builder pointsOfInterest(Collection<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> pointsOfInterest) The sections in the conversation that indicate where the extracted value was found.
- Parameters:
pointsOfInterest- The sections in the conversation that indicate where the extracted value was found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pointsOfInterest
RealTimeContactAnalysisExtractedInformationValue.Builder pointsOfInterest(RealTimeContactAnalysisTranscriptItemWithCharacterOffsets... pointsOfInterest) The sections in the conversation that indicate where the extracted value was found.
- Parameters:
pointsOfInterest- The sections in the conversation that indicate where the extracted value was found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pointsOfInterest
RealTimeContactAnalysisExtractedInformationValue.Builder pointsOfInterest(Consumer<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets.Builder>... pointsOfInterest) The sections in the conversation that indicate where the extracted value was found.
This is a convenience method that creates an instance of theRealTimeContactAnalysisTranscriptItemWithCharacterOffsets.Builderavoiding the need to create one manually viaRealTimeContactAnalysisTranscriptItemWithCharacterOffsets.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topointsOfInterest(List<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets>).- Parameters:
pointsOfInterest- a consumer that will call methods onRealTimeContactAnalysisTranscriptItemWithCharacterOffsets.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-