Interface RealtimeContactAnalysisSegment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RealtimeContactAnalysisSegment.Builder,,RealtimeContactAnalysisSegment> SdkBuilder<RealtimeContactAnalysisSegment.Builder,,RealtimeContactAnalysisSegment> SdkPojo
- Enclosing class:
RealtimeContactAnalysisSegment
public static interface RealtimeContactAnalysisSegment.Builder
extends SdkPojo, CopyableBuilder<RealtimeContactAnalysisSegment.Builder,RealtimeContactAnalysisSegment>
-
Method Summary
Modifier and TypeMethodDescriptioncategories(Consumer<Categories.Builder> categories) The matched category rules.categories(Categories categories) The matched category rules.transcript(Consumer<Transcript.Builder> transcript) The analyzed transcript.transcript(Transcript transcript) The analyzed transcript.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
-
transcript
The analyzed transcript.
- Parameters:
transcript- The analyzed transcript.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transcript
The analyzed transcript.
This is a convenience method that creates an instance of theTranscript.Builderavoiding the need to create one manually viaTranscript.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totranscript(Transcript).- Parameters:
transcript- a consumer that will call methods onTranscript.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
categories
The matched category rules.
- Parameters:
categories- The matched category rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
The matched category rules.
This is a convenience method that creates an instance of theCategories.Builderavoiding the need to create one manually viaCategories.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocategories(Categories).- Parameters:
categories- a consumer that will call methods onCategories.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-