Interface CfnEvaluationForm.QuestionPointsConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEvaluationForm.QuestionPointsConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnEvaluationForm

@Stability(Stable) public static interface CfnEvaluationForm.QuestionPointsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.connect.*;
 QuestionPointsConfigurationProperty questionPointsConfigurationProperty = QuestionPointsConfigurationProperty.builder()
         .isBonus(false)
         .maxPointValue(123)
         .minPointValue(123)
         .build();
 

See Also: