Class CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty
Information about the property value used in automation of a numeric questions.
Inheritance
System.Object
CfnEvaluationForm.NumericQuestionPropertyValueAutomationProperty
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.AWS.Connect.dll
Syntax (csharp)
public class NumericQuestionPropertyValueAutomationProperty : Object, CfnEvaluationForm.INumericQuestionPropertyValueAutomationProperty
Syntax (vb)
Public Class NumericQuestionPropertyValueAutomationProperty
Inherits Object
Implements CfnEvaluationForm.INumericQuestionPropertyValueAutomationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var numericQuestionPropertyValueAutomationProperty = new NumericQuestionPropertyValueAutomationProperty {
Label = "label"
};
Synopsis
Constructors
NumericQuestionPropertyValueAutomationProperty() |
Properties
Label | The property label of the automation. |
Constructors
NumericQuestionPropertyValueAutomationProperty()
public NumericQuestionPropertyValueAutomationProperty()
Properties
Label
The property label of the automation.
public string Label { get; set; }
Property Value
System.String
Remarks
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