interface EvaluationFormNumericQuestionAutomationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnEvaluationFormPropsMixin_EvaluationFormNumericQuestionAutomationProperty |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnEvaluationFormPropsMixin.EvaluationFormNumericQuestionAutomationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » CfnEvaluationFormPropsMixin » 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 { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const evaluationFormNumericQuestionAutomationProperty: connect_mixins.CfnEvaluationFormPropsMixin.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