AWSConnectHoursOfOperationConfig
Objective-C
@interface AWSConnectHoursOfOperationConfig
Swift
class AWSConnectHoursOfOperationConfig
Contains information about the hours of operation.
Required parameters: [Day, StartTime, EndTime]
-
The day that the hours of operation applies to.
Declaration
Objective-C
@property (nonatomic) AWSConnectHoursOfOperationDays day;
Swift
var day: AWSConnectHoursOfOperationDays { get set }
-
The end time that your contact center closes.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectHoursOfOperationTimeSlice *_Nullable endTime;
Swift
var endTime: AWSConnectHoursOfOperationTimeSlice? { get set }
-
The start time that your contact center opens.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectHoursOfOperationTimeSlice *_Nullable startTime;
Swift
var startTime: AWSConnectHoursOfOperationTimeSlice? { get set }