Uses of Class
software.amazon.awssdk.services.connect.model.NumericQuestionPropertyValueAutomation
-
Packages that use NumericQuestionPropertyValueAutomation Package Description software.amazon.awssdk.services.connect.model -
-
Uses of NumericQuestionPropertyValueAutomation in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return NumericQuestionPropertyValueAutomation Modifier and Type Method Description NumericQuestionPropertyValueAutomationEvaluationFormNumericQuestionAutomation. propertyValue()The property value of the automation.Methods in software.amazon.awssdk.services.connect.model with parameters of type NumericQuestionPropertyValueAutomation Modifier and Type Method Description static EvaluationFormNumericQuestionAutomationEvaluationFormNumericQuestionAutomation. fromPropertyValue(NumericQuestionPropertyValueAutomation propertyValue)Create an instance of this class withEvaluationFormNumericQuestionAutomation.propertyValue()initialized to the given value.EvaluationFormNumericQuestionAutomation.BuilderEvaluationFormNumericQuestionAutomation.Builder. propertyValue(NumericQuestionPropertyValueAutomation propertyValue)The property value of the automation.
-