AWSConnectCustomerVoiceActivity
Objective-C
@interface AWSConnectCustomerVoiceActivity
Swift
class AWSConnectCustomerVoiceActivity
Information about customer’s voice activity.
-
Timestamp that measures the end of the customer greeting from an outbound voice call.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable greetingEndTimestamp;
Swift
var greetingEndTimestamp: Date? { get set }
-
Timestamp that measures the beginning of the customer greeting from an outbound voice call.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable greetingStartTimestamp;
Swift
var greetingStartTimestamp: Date? { get set }