interface EvaluationFormNumericQuestionAutomationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty |
Java | software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty |
Python | aws_cdk.aws_connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty |
TypeScript | @aws-cdk/aws-connect » CfnEvaluationForm » EvaluationFormNumericQuestionAutomationProperty |
Information about the automation configuration in numeric questions.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as connect from '@aws-cdk/aws-connect';
const evaluationFormNumericQuestionAutomationProperty: connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty = {
propertyValue: {
label: 'label',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| property | IResolvable | Numeric | The property value of the automation. |
propertyValue
Type:
IResolvable | Numeric
The property value of the automation.

.NET
Java
Python
TypeScript