| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
InterruptionFilter |
InterruptionFilter.clone() |
InterruptionFilter |
Rule.getInterruptionFilter()
A condition for a time period when either the customer or agent was interrupting the other person.
|
InterruptionFilter |
InterruptionFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when you'd want to find the interruption.
|
InterruptionFilter |
InterruptionFilter.withNegate(Boolean negate)
Set to
TRUE to look for a time period where there was no interruption. |
InterruptionFilter |
InterruptionFilter.withParticipantRole(ParticipantRole participantRole)
Indicates whether the caller or customer was interrupting.
|
InterruptionFilter |
InterruptionFilter.withParticipantRole(String participantRole)
Indicates whether the caller or customer was interrupting.
|
InterruptionFilter |
InterruptionFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was a interruption.
|
InterruptionFilter |
InterruptionFilter.withThreshold(Long threshold)
The duration of the interruption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setInterruptionFilter(InterruptionFilter interruptionFilter)
A condition for a time period when either the customer or agent was interrupting the other person.
|
Rule |
Rule.withInterruptionFilter(InterruptionFilter interruptionFilter)
A condition for a time period when either the customer or agent was interrupting the other person.
|
Copyright © 2022. All rights reserved.