CompanyAnsweringRuleScheduleInfo
Schedule when an answering rule should be applied
Properties
Name | Type | Required | Description |
---|---|---|---|
weekly_ranges | CompanyAnsweringRuleWeeklyScheduleInfoRequest | ❌ | Weekly schedule. If specified, ranges cannot be specified |
ranges | List[RangesInfo] | ❌ | Specific data ranges. If specified, weeklyRanges cannot be specified |
ref | CompanyAnsweringRuleScheduleInfoRef | ❌ | Reference to Business Hours or After Hours schedule = ['BusinessHours', 'AfterHours'] |
CompanyAnsweringRuleScheduleInfoRef
Reference to Business Hours or After Hours schedule = ['BusinessHours', 'AfterHours']
Properties
Name | Type | Required | Description |
---|---|---|---|
BUSINESSHOURS | str | ✅ | "BusinessHours" |
AFTERHOURS | str | ✅ | "AfterHours" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs