AWSConnectNumericQuestionPropertyAutomationLabel
Objective-C
NS_ENUM(NSInteger, AWSConnectNumericQuestionPropertyAutomationLabel) {
AWSConnectNumericQuestionPropertyAutomationLabelUnknown,
AWSConnectNumericQuestionPropertyAutomationLabelOverallCustomerSentimentScore,
AWSConnectNumericQuestionPropertyAutomationLabelOverallAgentSentimentScore,
AWSConnectNumericQuestionPropertyAutomationLabelNonTalkTime,
AWSConnectNumericQuestionPropertyAutomationLabelNonTalkTimePercentage,
AWSConnectNumericQuestionPropertyAutomationLabelNumberOfInterruptions,
AWSConnectNumericQuestionPropertyAutomationLabelContactDuration,
AWSConnectNumericQuestionPropertyAutomationLabelAgentInteractionDuration,
AWSConnectNumericQuestionPropertyAutomationLabelCustomerHoldTime,
}
Swift
enum AWSConnectNumericQuestionPropertyAutomationLabel : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSConnectNumericQuestionPropertyAutomationLabelUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSConnectNumericQuestionPropertyAutomationLabelOverallCustomerSentimentScoreSwift
case overallCustomerSentimentScore = 1 -
Undocumented
Declaration
Objective-C
AWSConnectNumericQuestionPropertyAutomationLabelOverallAgentSentimentScoreSwift
case overallAgentSentimentScore = 2 -
Undocumented
Declaration
Objective-C
AWSConnectNumericQuestionPropertyAutomationLabelNonTalkTimeSwift
case nonTalkTime = 3 -
Undocumented
Declaration
Objective-C
AWSConnectNumericQuestionPropertyAutomationLabelNonTalkTimePercentageSwift
case nonTalkTimePercentage = 4 -
Undocumented
Declaration
Objective-C
AWSConnectNumericQuestionPropertyAutomationLabelNumberOfInterruptionsSwift
case numberOfInterruptions = 5 -
Undocumented
Declaration
Objective-C
AWSConnectNumericQuestionPropertyAutomationLabelContactDurationSwift
case contactDuration = 6 -
Undocumented
Declaration
Objective-C
AWSConnectNumericQuestionPropertyAutomationLabelAgentInteractionDurationSwift
case agentInteractionDuration = 7 -
Undocumented
Declaration
Objective-C
AWSConnectNumericQuestionPropertyAutomationLabelCustomerHoldTimeSwift
case customerHoldTime = 8
View on GitHub
Install in Dash
AWSConnectNumericQuestionPropertyAutomationLabel Enumeration Reference