Interface ListRealtimeContactAnalysisSegmentsV2Response.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListRealtimeContactAnalysisSegmentsV2Response.Builder,ListRealtimeContactAnalysisSegmentsV2Response>,SdkBuilder<ListRealtimeContactAnalysisSegmentsV2Response.Builder,ListRealtimeContactAnalysisSegmentsV2Response>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListRealtimeContactAnalysisSegmentsV2Response
public static interface ListRealtimeContactAnalysisSegmentsV2Response.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListRealtimeContactAnalysisSegmentsV2Response.Builder,ListRealtimeContactAnalysisSegmentsV2Response>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
channel
ListRealtimeContactAnalysisSegmentsV2Response.Builder channel(String channel)
The channel of the contact.
Voicewill not be returned.- Parameters:
channel- The channel of the contact.Voicewill not be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RealTimeContactAnalysisSupportedChannel,RealTimeContactAnalysisSupportedChannel
-
channel
ListRealtimeContactAnalysisSegmentsV2Response.Builder channel(RealTimeContactAnalysisSupportedChannel channel)
The channel of the contact.
Voicewill not be returned.- Parameters:
channel- The channel of the contact.Voicewill not be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RealTimeContactAnalysisSupportedChannel,RealTimeContactAnalysisSupportedChannel
-
status
ListRealtimeContactAnalysisSegmentsV2Response.Builder status(String status)
Status of real-time contact analysis.
- Parameters:
status- Status of real-time contact analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RealTimeContactAnalysisStatus,RealTimeContactAnalysisStatus
-
status
ListRealtimeContactAnalysisSegmentsV2Response.Builder status(RealTimeContactAnalysisStatus status)
Status of real-time contact analysis.
- Parameters:
status- Status of real-time contact analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RealTimeContactAnalysisStatus,RealTimeContactAnalysisStatus
-
segments
ListRealtimeContactAnalysisSegmentsV2Response.Builder segments(Collection<RealtimeContactAnalysisSegment> segments)
An analyzed transcript or category.
- Parameters:
segments- An analyzed transcript or category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segments
ListRealtimeContactAnalysisSegmentsV2Response.Builder segments(RealtimeContactAnalysisSegment... segments)
An analyzed transcript or category.
- Parameters:
segments- An analyzed transcript or category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segments
ListRealtimeContactAnalysisSegmentsV2Response.Builder segments(Consumer<RealtimeContactAnalysisSegment.Builder>... segments)
An analyzed transcript or category.
This is a convenience method that creates an instance of theRealtimeContactAnalysisSegment.Builderavoiding the need to create one manually viaRealtimeContactAnalysisSegment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#segments(List.) - Parameters:
segments- a consumer that will call methods onRealtimeContactAnalysisSegment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#segments(java.util.Collection)
-
nextToken
ListRealtimeContactAnalysisSegmentsV2Response.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-