| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
InterruptionFilter.Builder |
InterruptionFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when you'd want to find the interruption.
|
default InterruptionFilter.Builder |
InterruptionFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when you'd want to find the interruption.
|
static InterruptionFilter.Builder |
InterruptionFilter.builder() |
InterruptionFilter.Builder |
InterruptionFilter.Builder.negate(Boolean negate)
Set to
TRUE to look for a time period where there was no interruption. |
InterruptionFilter.Builder |
InterruptionFilter.Builder.participantRole(ParticipantRole participantRole)
Indicates whether the caller or customer was interrupting.
|
InterruptionFilter.Builder |
InterruptionFilter.Builder.participantRole(String participantRole)
Indicates whether the caller or customer was interrupting.
|
default InterruptionFilter.Builder |
InterruptionFilter.Builder.relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was a interruption.
|
InterruptionFilter.Builder |
InterruptionFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was a interruption.
|
InterruptionFilter.Builder |
InterruptionFilter.Builder.threshold(Long threshold)
The duration of the interruption.
|
InterruptionFilter.Builder |
InterruptionFilter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InterruptionFilter.Builder> |
InterruptionFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Rule.Builder |
Rule.Builder.interruptionFilter(Consumer<InterruptionFilter.Builder> interruptionFilter)
A condition for a time period when either the customer or agent was interrupting the other person.
|
Copyright © 2021. All rights reserved.