@Generated(value="software.amazon.awssdk:codegen") public final class NonTalkTimeFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NonTalkTimeFilter.Builder,NonTalkTimeFilter>
An object that enables you to configure your category to be applied to call analytics jobs where either the customer or agent was interrupted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NonTalkTimeFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange |
absoluteTimeRange()
An object you can use to specify a time range (in milliseconds) for when no one is talking.
|
static NonTalkTimeFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
negate()
Set to
TRUE to look for a time period when people were talking. |
RelativeTimeRange |
relativeTimeRange()
An object that allows percentages to specify the proportion of the call where there was silence.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NonTalkTimeFilter.Builder> |
serializableBuilderClass() |
Long |
threshold()
The duration of the period when neither the customer nor agent was talking.
|
NonTalkTimeFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long threshold()
The duration of the period when neither the customer nor agent was talking.
public final AbsoluteTimeRange absoluteTimeRange()
An object you can use to specify a time range (in milliseconds) for when no one is talking. For example, you could specify a time period between the 30,000 millisecond mark and the 45,000 millisecond mark. You could also specify the time period as the first 15,000 milliseconds or the last 15,000 milliseconds.
public final RelativeTimeRange relativeTimeRange()
An object that allows percentages to specify the proportion of the call where there was silence. For example, you can specify the first half of the call. You can also specify the period of time between halfway through to three-quarters of the way through the call. Because the length of conversation can vary between calls, you can apply relative time ranges across all calls.
public final Boolean negate()
Set to TRUE to look for a time period when people were talking.
TRUE to look for a time period when people were talking.public NonTalkTimeFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NonTalkTimeFilter.Builder,NonTalkTimeFilter>public static NonTalkTimeFilter.Builder builder()
public static Class<? extends NonTalkTimeFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.