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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RealtimeContactAnalysisSegment.Buildercategories(Consumer<Categories.Builder> categories)The matched category rules.RealtimeContactAnalysisSegment.Buildercategories(Categories categories)The matched category rules.default RealtimeContactAnalysisSegment.BuilderpostContactSummary(Consumer<PostContactSummary.Builder> postContactSummary)Information about the post-contact summary.RealtimeContactAnalysisSegment.BuilderpostContactSummary(PostContactSummary postContactSummary)Information about the post-contact summary.default RealtimeContactAnalysisSegment.Buildertranscript(Consumer<Transcript.Builder> transcript)The analyzed transcript.RealtimeContactAnalysisSegment.Buildertranscript(Transcript transcript)The analyzed transcript.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
transcript
RealtimeContactAnalysisSegment.Builder transcript(Transcript 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
default RealtimeContactAnalysisSegment.Builder transcript(Consumer<Transcript.Builder> 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:
transcript(Transcript)
-
categories
RealtimeContactAnalysisSegment.Builder categories(Categories 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
default RealtimeContactAnalysisSegment.Builder categories(Consumer<Categories.Builder> 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:
categories(Categories)
-
postContactSummary
RealtimeContactAnalysisSegment.Builder postContactSummary(PostContactSummary postContactSummary)
Information about the post-contact summary.
- Parameters:
postContactSummary- Information about the post-contact summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postContactSummary
default RealtimeContactAnalysisSegment.Builder postContactSummary(Consumer<PostContactSummary.Builder> postContactSummary)
Information about the post-contact summary.
This is a convenience method that creates an instance of thePostContactSummary.Builderavoiding the need to create one manually viaPostContactSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topostContactSummary(PostContactSummary).- Parameters:
postContactSummary- a consumer that will call methods onPostContactSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
postContactSummary(PostContactSummary)
-
-