AWSConnectListRealtimeContactAnalysisSegmentsV2Request
Objective-C
@interface AWSConnectListRealtimeContactAnalysisSegmentsV2Request
Swift
class AWSConnectListRealtimeContactAnalysisSegmentsV2Request
-
The identifier of the contact in this instance of Amazon Connect.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contactId;
Swift
var contactId: String? { get set }
-
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The maximum number of results to return per page.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The Contact Lens output type to be returned.
Declaration
Objective-C
@property (nonatomic) AWSConnectRealTimeContactAnalysisOutputType outputType;
Swift
var outputType: AWSConnectRealTimeContactAnalysisOutputType { get set }
-
Enum with segment types . Each value corresponds to a segment type returned in the segments list of the API. Each segment type has its own structure. Different channels may have different sets of supported segment types.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable segmentTypes;
Swift
var segmentTypes: [String]? { get set }