github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/CompanyAnsweringRuleRequest.md (about) 1 # CompanyAnsweringRuleRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Name** | **string** | Name of an answering rule specified by user. Max number of symbols is 30. The default value is 'My Rule N' where 'N' is the first free number | [optional] 7 **Enabled** | **bool** | Specifies if the rule is active or inactive. The default value is 'True' | [optional] [default to true] 8 **Type** | **string** | Type of an answering rule, the default value is 'Custom' = ['BusinessHours', 'AfterHours', 'Custom'] | [optional] 9 **Callers** | [**[]CompanyAnsweringRuleCallersInfoRequest**](CompanyAnsweringRuleCallersInfoRequest.md) | Answering rule will be applied when calls are received from the specified caller(s) | [optional] 10 **CalledNumbers** | [**[]CompanyAnsweringRuleCalledNumberInfo**](CompanyAnsweringRuleCalledNumberInfo.md) | Answering rule will be applied when calling the specified number(s) | [optional] 11 **Schedule** | [**CompanyAnsweringRuleScheduleInfoRequest**](CompanyAnsweringRuleScheduleInfoRequest.md) | | [optional] 12 **CallHandlingAction** | **string** | Specifies how incoming calls are forwarded. The default value is 'Operator' 'Operator' - play company greeting and forward to operator extension 'Disconnect' - play company greeting and disconnect 'Bypass' - bypass greeting to go to selected extension = ['Operator', 'Disconnect', 'Bypass'] | [optional] 13 **Extension** | [**CompanyAnsweringRuleCallersInfoRequest**](CompanyAnsweringRuleCallersInfoRequest.md) | | [optional] 14 **Greetings** | [**[]GreetingInfo**](GreetingInfo.md) | Greetings applied for an answering rule; only predefined greetings can be applied, see Dictionary Greeting List | [optional] 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18