Interface CfnEvaluationForm.QuestionOptionPointsConfigurationProperty

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

@Stability(Stable) public static interface CfnEvaluationForm.QuestionOptionPointsConfigurationProperty 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.*;
 QuestionOptionPointsConfigurationProperty questionOptionPointsConfigurationProperty = QuestionOptionPointsConfigurationProperty.builder()
         .pointValue(123)
         // the properties below are optional
         .isBonus(false)
         .build();
 

See Also: