interface EvaluationFormTextQuestionPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnEvaluationForm_EvaluationFormTextQuestionPropertiesProperty |
Java | software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty |
Python | aws_cdk.aws_connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnEvaluationForm » EvaluationFormTextQuestionPropertiesProperty |
Information about properties for a text question in an evaluation form.
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 evaluationFormTextQuestionPropertiesProperty: connect.CfnEvaluationForm.EvaluationFormTextQuestionPropertiesProperty = {
automation: {
answerSource: {
sourceType: 'sourceType',
},
},
};
Properties
| Name | Type | Description |
|---|---|---|
| automation? | IResolvable | Evaluation | The automation properties of the text question. |
automation?
Type:
IResolvable | Evaluation
(optional)
The automation properties of the text question.

.NET
Go
Java
Python
TypeScript