Class: Aws::Connect::Types::NumericQuestionPropertyValueAutomation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::NumericQuestionPropertyValueAutomation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
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 63072000. -
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label ⇒ String
The property label of the automation.
Instance Attribute Details
#label ⇒ String
The property label of the automation.
23652 23653 23654 23655 23656 |
# File 'lib/aws-sdk-connect/types.rb', line 23652 class NumericQuestionPropertyValueAutomation < Struct.new( :label) SENSITIVE = [] include Aws::Structure end |