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