interface EvaluationFormSingleSelectQuestionAutomationOptionProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty |
![]() | software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty |
![]() | aws_cdk.aws_connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty |
![]() | @aws-cdk/aws-connect » CfnEvaluationForm » EvaluationFormSingleSelectQuestionAutomationOptionProperty |
The automation options of the single select question.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as connect from '@aws-cdk/aws-connect';
const evaluationFormSingleSelectQuestionAutomationOptionProperty: connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty = {
ruleCategory: {
category: 'category',
condition: 'condition',
optionRefId: 'optionRefId',
},
};
Properties
Name | Type | Description |
---|---|---|
rule | IResolvable | Single | The automation option based on a rule category for the single select question. |
ruleCategory
Type:
IResolvable
|
Single
The automation option based on a rule category for the single select question.