@Generated(value="software.amazon.awssdk:codegen") public final class Rule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Rule.Builder,Rule>
A condition in the call between the customer and the agent that you want to filter for.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Rule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Rule.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InterruptionFilter |
interruptionFilter()
A condition for a time period when either the customer or agent was interrupting the other person.
|
NonTalkTimeFilter |
nonTalkTimeFilter()
A condition for a time period when neither the customer nor the agent was talking.
|
List<SdkField<?>> |
sdkFields() |
SentimentFilter |
sentimentFilter()
A condition that is applied to a particular customer sentiment.
|
static Class<? extends Rule.Builder> |
serializableBuilderClass() |
Rule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TranscriptFilter |
transcriptFilter()
A condition that catches particular words or phrases based on a exact match.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NonTalkTimeFilter nonTalkTimeFilter()
A condition for a time period when neither the customer nor the agent was talking.
public final InterruptionFilter interruptionFilter()
A condition for a time period when either the customer or agent was interrupting the other person.
public final TranscriptFilter transcriptFilter()
A condition that catches particular words or phrases based on a exact match. For example, if you set the phrase "I want to speak to the manager", only that exact phrase will be returned.
public final SentimentFilter sentimentFilter()
A condition that is applied to a particular customer sentiment.
public Rule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Rule.Builder,Rule>public static Rule.Builder builder()
public static Class<? extends Rule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.