aws-cdk-lib.aws_connect.CfnEvaluationForm.ScoringStrategyProperty

interface ScoringStrategyProperty

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnEvaluationForm.ScoringStrategyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnEvaluationForm_ScoringStrategyProperty
Javasoftware.amazon.awscdk.services.connect.CfnEvaluationForm.ScoringStrategyProperty
Pythonaws_cdk.aws_connect.CfnEvaluationForm.ScoringStrategyProperty
TypeScript aws-cdk-lib » aws_connect » CfnEvaluationForm » ScoringStrategyProperty

A scoring strategy of the 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 scoringStrategyProperty: connect.CfnEvaluationForm.ScoringStrategyProperty = {
  mode: 'mode',
  status: 'status',
};

Properties

NameTypeDescription
modestringThe scoring mode of the evaluation form.
statusstringThe scoring status of the evaluation form.

mode

Type: string

The scoring mode of the evaluation form.

Allowed values : QUESTION_ONLY | SECTION_ONLY


status

Type: string

The scoring status of the evaluation form.

Allowed values : ENABLED | DISABLED