Interface EvaluationGenAIAnswerAnalysisDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationGenAIAnswerAnalysisDetails.Builder,,EvaluationGenAIAnswerAnalysisDetails> SdkBuilder<EvaluationGenAIAnswerAnalysisDetails.Builder,,EvaluationGenAIAnswerAnalysisDetails> SdkPojo
- Enclosing class:
EvaluationGenAIAnswerAnalysisDetails
@Mutable
@NotThreadSafe
public static interface EvaluationGenAIAnswerAnalysisDetails.Builder
extends SdkPojo, CopyableBuilder<EvaluationGenAIAnswerAnalysisDetails.Builder,EvaluationGenAIAnswerAnalysisDetails>
-
Method Summary
Modifier and TypeMethodDescriptionjustification(String justification) Generative AI automation answer justification.pointsOfInterest(Collection<EvaluationTranscriptPointOfInterest> pointsOfInterest) Generative AI automation answer analysis points of interest.pointsOfInterest(Consumer<EvaluationTranscriptPointOfInterest.Builder>... pointsOfInterest) Generative AI automation answer analysis points of interest.pointsOfInterest(EvaluationTranscriptPointOfInterest... pointsOfInterest) Generative AI automation answer analysis points of interest.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
-
justification
Generative AI automation answer justification.
- Parameters:
justification- Generative AI automation answer justification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pointsOfInterest
EvaluationGenAIAnswerAnalysisDetails.Builder pointsOfInterest(Collection<EvaluationTranscriptPointOfInterest> pointsOfInterest) Generative AI automation answer analysis points of interest.
- Parameters:
pointsOfInterest- Generative AI automation answer analysis points of interest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pointsOfInterest
EvaluationGenAIAnswerAnalysisDetails.Builder pointsOfInterest(EvaluationTranscriptPointOfInterest... pointsOfInterest) Generative AI automation answer analysis points of interest.
- Parameters:
pointsOfInterest- Generative AI automation answer analysis points of interest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pointsOfInterest
EvaluationGenAIAnswerAnalysisDetails.Builder pointsOfInterest(Consumer<EvaluationTranscriptPointOfInterest.Builder>... pointsOfInterest) Generative AI automation answer analysis points of interest.
This is a convenience method that creates an instance of theEvaluationTranscriptPointOfInterest.Builderavoiding the need to create one manually viaEvaluationTranscriptPointOfInterest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topointsOfInterest(List<EvaluationTranscriptPointOfInterest>).- Parameters:
pointsOfInterest- a consumer that will call methods onEvaluationTranscriptPointOfInterest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-