@Generated(value="software.amazon.awssdk:codegen") public final class NumericQuestionPropertyValueAutomation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumericQuestionPropertyValueAutomation.Builder,NumericQuestionPropertyValueAutomation>
Information about the property value used in automation of a numeric questions. Label values are associated with minimum and maximum values for the numeric question.
Sentiment scores have a minimum value of -5 and maximum value of 5.
Duration labels, such as NON_TALK_TIME, CONTACT_DURATION,
AGENT_INTERACTION_DURATION, CUSTOMER_HOLD_TIME have a minimum value of 0 and maximum value
of 28800.
Percantages have a minimum value of 0 and maximum value of 100.
NUMBER_OF_INTERRUPTIONS has a minimum value of 0 and maximum value of 100.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NumericQuestionPropertyValueAutomation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NumericQuestionPropertyValueAutomation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NumericQuestionPropertyAutomationLabel |
label()
The property label of the automation.
|
String |
labelAsString()
The property label of the automation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NumericQuestionPropertyValueAutomation.Builder> |
serializableBuilderClass() |
NumericQuestionPropertyValueAutomation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NumericQuestionPropertyAutomationLabel label()
The property label of the automation.
If the service returns an enum value that is not available in the current SDK version, label will return
NumericQuestionPropertyAutomationLabel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from labelAsString().
NumericQuestionPropertyAutomationLabelpublic final String labelAsString()
The property label of the automation.
If the service returns an enum value that is not available in the current SDK version, label will return
NumericQuestionPropertyAutomationLabel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from labelAsString().
NumericQuestionPropertyAutomationLabelpublic NumericQuestionPropertyValueAutomation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NumericQuestionPropertyValueAutomation.Builder,NumericQuestionPropertyValueAutomation>public static NumericQuestionPropertyValueAutomation.Builder builder()
public static Class<? extends NumericQuestionPropertyValueAutomation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.