AWSConnectListRealtimeContactAnalysisSegmentsV2Response
Objective-C
@interface AWSConnectListRealtimeContactAnalysisSegmentsV2Response
Swift
class AWSConnectListRealtimeContactAnalysisSegmentsV2Response
-
The channel of the contact.
Voicewill not be returned.Declaration
Objective-C
@property (nonatomic) AWSConnectRealTimeContactAnalysisSupportedChannel channel;Swift
var channel: AWSConnectRealTimeContactAnalysisSupportedChannel { get set } -
If there are additional results, this is the token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
An analyzed transcript or category.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRealtimeContactAnalysisSegment *> *_Nullable segments;Swift
var segments: [AWSConnectRealtimeContactAnalysisSegment]? { get set } -
Status of real-time contact analysis.
Declaration
Objective-C
@property (nonatomic) AWSConnectRealTimeContactAnalysisStatus status;Swift
var status: AWSConnectRealTimeContactAnalysisStatus { get set }
View on GitHub
Install in Dash
AWSConnectListRealtimeContactAnalysisSegmentsV2Response Class Reference