Class NumericQuestionPropertyValueAutomation
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.NumericQuestionPropertyValueAutomation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NumericQuestionPropertyValueAutomation.Builder,NumericQuestionPropertyValueAutomation>
@Generated("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_TIMEhave a minimum value of 0 and maximum value of 28800. -
Percentages have a minimum value of 0 and maximum value of 100.
-
NUMBER_OF_INTERRUPTIONShas a minimum value of 0 and maximum value of 1000.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNumericQuestionPropertyValueAutomation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NumericQuestionPropertyValueAutomation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NumericQuestionPropertyAutomationLabellabel()The property label of the automation.StringlabelAsString()The property label of the automation.List<SdkField<?>>sdkFields()static Class<? extends NumericQuestionPropertyValueAutomation.Builder>serializableBuilderClass()NumericQuestionPropertyValueAutomation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
label
public 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,
labelwill returnNumericQuestionPropertyAutomationLabel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlabelAsString().- Returns:
- The property label of the automation.
- See Also:
NumericQuestionPropertyAutomationLabel
-
labelAsString
public 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,
labelwill returnNumericQuestionPropertyAutomationLabel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlabelAsString().- Returns:
- The property label of the automation.
- See Also:
NumericQuestionPropertyAutomationLabel
-
toBuilder
public NumericQuestionPropertyValueAutomation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NumericQuestionPropertyValueAutomation.Builder,NumericQuestionPropertyValueAutomation>
-
builder
public static NumericQuestionPropertyValueAutomation.Builder builder()
-
serializableBuilderClass
public static Class<? extends NumericQuestionPropertyValueAutomation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-