Uses of Class
software.amazon.awssdk.services.connect.model.EvaluationFormNumericQuestionAutomation
-
Packages that use EvaluationFormNumericQuestionAutomation Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormNumericQuestionAutomation in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationFormNumericQuestionAutomation Modifier and Type Method Description EvaluationFormNumericQuestionAutomationEvaluationFormNumericQuestionProperties. automation()The automation properties of the numeric question.static EvaluationFormNumericQuestionAutomationEvaluationFormNumericQuestionAutomation. fromPropertyValue(Consumer<NumericQuestionPropertyValueAutomation.Builder> propertyValue)Create an instance of this class withpropertyValue()initialized to the given value.static EvaluationFormNumericQuestionAutomationEvaluationFormNumericQuestionAutomation. fromPropertyValue(NumericQuestionPropertyValueAutomation propertyValue)Create an instance of this class withpropertyValue()initialized to the given value.Methods in software.amazon.awssdk.services.connect.model with parameters of type EvaluationFormNumericQuestionAutomation Modifier and Type Method Description EvaluationFormNumericQuestionProperties.BuilderEvaluationFormNumericQuestionProperties.Builder. automation(EvaluationFormNumericQuestionAutomation automation)The automation properties of the numeric question.
-