interface EvaluationFormSingleSelectQuestionPropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionPropertiesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnEvaluationForm_EvaluationFormSingleSelectQuestionPropertiesProperty |
![]() | software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionPropertiesProperty |
![]() | aws_cdk.aws_connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionPropertiesProperty |
![]() | aws-cdk-lib » aws_connect » CfnEvaluationForm » EvaluationFormSingleSelectQuestionPropertiesProperty |
Information about the options in single select 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 evaluationFormSingleSelectQuestionPropertiesProperty: connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionPropertiesProperty = {
options: [{
refId: 'refId',
text: 'text',
// the properties below are optional
automaticFail: false,
score: 123,
}],
// the properties below are optional
automation: {
options: [{
ruleCategory: {
category: 'category',
condition: 'condition',
optionRefId: 'optionRefId',
},
}],
// the properties below are optional
defaultOptionRefId: 'defaultOptionRefId',
},
displayAs: 'displayAs',
};
Properties
Name | Type | Description |
---|---|---|
options | IResolvable | IResolvable | Evaluation [] | The answer options of the single select question. |
automation? | IResolvable | Evaluation | The display mode of the single select question. |
display | string | The display mode of the single select question. |
options
Type:
IResolvable
|
IResolvable
|
Evaluation
[]
The answer options of the single select question.
Minimum : 2
Maximum : 256
automation?
Type:
IResolvable
|
Evaluation
(optional)
The display mode of the single select question.
displayAs?
Type:
string
(optional)
The display mode of the single select question.
Allowed values : DROPDOWN
| RADIO