Uses of Interface
software.amazon.awssdk.services.connect.model.EvaluationFormSingleSelectQuestionOption.Builder
-
Packages that use EvaluationFormSingleSelectQuestionOption.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EvaluationFormSingleSelectQuestionOption.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EvaluationFormSingleSelectQuestionOption.Builder Modifier and Type Method Description EvaluationFormSingleSelectQuestionOption.BuilderEvaluationFormSingleSelectQuestionOption.Builder. automaticFail(Boolean automaticFail)The flag to mark the option as automatic fail.static EvaluationFormSingleSelectQuestionOption.BuilderEvaluationFormSingleSelectQuestionOption. builder()EvaluationFormSingleSelectQuestionOption.BuilderEvaluationFormSingleSelectQuestionOption.Builder. refId(String refId)The identifier of the answer option.EvaluationFormSingleSelectQuestionOption.BuilderEvaluationFormSingleSelectQuestionOption.Builder. score(Integer score)The score assigned to the answer option.EvaluationFormSingleSelectQuestionOption.BuilderEvaluationFormSingleSelectQuestionOption.Builder. text(String text)The title of the answer option.EvaluationFormSingleSelectQuestionOption.BuilderEvaluationFormSingleSelectQuestionOption. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EvaluationFormSingleSelectQuestionOption.Builder Modifier and Type Method Description static Class<? extends EvaluationFormSingleSelectQuestionOption.Builder>EvaluationFormSingleSelectQuestionOption. serializableBuilderClass()
-