interface EvaluationFormNumericQuestionAutomationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnEvaluationForm_EvaluationFormNumericQuestionAutomationProperty |
Java | software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty |
Python | aws_cdk.aws_connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty |
TypeScript | aws-cdk-lib » 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 { aws_connect as connect } from 'aws-cdk-lib';
const evaluationFormNumericQuestionAutomationProperty: connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty = {
answerSource: {
sourceType: 'sourceType',
},
propertyValue: {
label: 'label',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| answer | IResolvable | Evaluation | A source of automation answer for numeric question. |
| property | IResolvable | Numeric | The property value of the automation. |
answerSource?
Type:
IResolvable | Evaluation
(optional)
A source of automation answer for numeric question.
propertyValue?
Type:
IResolvable | Numeric
(optional)
The property value of the automation.

.NET
Go
Java
Python
TypeScript