interface NumericQuestionPropertyValueAutomationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty |
Java | software.amazon.awscdk.services.connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty |
Python | aws_cdk.aws_connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty |
TypeScript | @aws-cdk/aws-connect » CfnEvaluationForm » NumericQuestionPropertyValueAutomationProperty |
Information about the property value used in automation of a numeric questions.
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 numericQuestionPropertyValueAutomationProperty: connect.CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty = {
label: 'label',
};
Properties
| Name | Type | Description |
|---|---|---|
| label | string | The property label of the automation. |
label
Type:
string
The property label of the automation.
Allowed values : OVERALL_CUSTOMER_SENTIMENT_SCORE , OVERALL_AGENT_SENTIMENT_SCORE | NON_TALK_TIME | NON_TALK_TIME_PERCENTAGE | NUMBER_OF_INTERRUPTIONS | CONTACT_DURATION | AGENT_INTERACTION_DURATION | CUSTOMER_HOLD_TIME

.NET
Java
Python
TypeScript