public class NumericQuestionPropertyValueAutomation
extends java.lang.Object
implements java.io.Serializable
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.
Percentages have a minimum value of 0 and maximum value of 100.
NUMBER_OF_INTERRUPTIONS has a minimum value of 0 and maximum
value of 1000.
| Constructor and Description |
|---|
NumericQuestionPropertyValueAutomation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLabel()
The property label of the automation.
|
int |
hashCode() |
void |
setLabel(NumericQuestionPropertyAutomationLabel label)
The property label of the automation.
|
void |
setLabel(java.lang.String label)
The property label of the automation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
NumericQuestionPropertyValueAutomation |
withLabel(NumericQuestionPropertyAutomationLabel label)
The property label of the automation.
|
NumericQuestionPropertyValueAutomation |
withLabel(java.lang.String label)
The property label of the automation.
|
public NumericQuestionPropertyValueAutomation()
public java.lang.String getLabel()
The property label of the automation.
Constraints:
Allowed Values: OVERALL_CUSTOMER_SENTIMENT_SCORE,
OVERALL_AGENT_SENTIMENT_SCORE, NON_TALK_TIME, NON_TALK_TIME_PERCENTAGE,
NUMBER_OF_INTERRUPTIONS, CONTACT_DURATION, AGENT_INTERACTION_DURATION,
CUSTOMER_HOLD_TIME
The property label of the automation.
NumericQuestionPropertyAutomationLabelpublic void setLabel(java.lang.String label)
The property label of the automation.
Constraints:
Allowed Values: OVERALL_CUSTOMER_SENTIMENT_SCORE,
OVERALL_AGENT_SENTIMENT_SCORE, NON_TALK_TIME, NON_TALK_TIME_PERCENTAGE,
NUMBER_OF_INTERRUPTIONS, CONTACT_DURATION, AGENT_INTERACTION_DURATION,
CUSTOMER_HOLD_TIME
label - The property label of the automation.
NumericQuestionPropertyAutomationLabelpublic NumericQuestionPropertyValueAutomation withLabel(java.lang.String label)
The property label of the automation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: OVERALL_CUSTOMER_SENTIMENT_SCORE,
OVERALL_AGENT_SENTIMENT_SCORE, NON_TALK_TIME, NON_TALK_TIME_PERCENTAGE,
NUMBER_OF_INTERRUPTIONS, CONTACT_DURATION, AGENT_INTERACTION_DURATION,
CUSTOMER_HOLD_TIME
label - The property label of the automation.
NumericQuestionPropertyAutomationLabelpublic void setLabel(NumericQuestionPropertyAutomationLabel label)
The property label of the automation.
Constraints:
Allowed Values: OVERALL_CUSTOMER_SENTIMENT_SCORE,
OVERALL_AGENT_SENTIMENT_SCORE, NON_TALK_TIME, NON_TALK_TIME_PERCENTAGE,
NUMBER_OF_INTERRUPTIONS, CONTACT_DURATION, AGENT_INTERACTION_DURATION,
CUSTOMER_HOLD_TIME
label - The property label of the automation.
NumericQuestionPropertyAutomationLabelpublic NumericQuestionPropertyValueAutomation withLabel(NumericQuestionPropertyAutomationLabel label)
The property label of the automation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: OVERALL_CUSTOMER_SENTIMENT_SCORE,
OVERALL_AGENT_SENTIMENT_SCORE, NON_TALK_TIME, NON_TALK_TIME_PERCENTAGE,
NUMBER_OF_INTERRUPTIONS, CONTACT_DURATION, AGENT_INTERACTION_DURATION,
CUSTOMER_HOLD_TIME
label - The property label of the automation.
NumericQuestionPropertyAutomationLabelpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object