github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/CompanyAnsweringRuleInfo.md (about)

     1  # CompanyAnsweringRuleInfo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | Internal identifier of an answering rule | [optional] 
     7  **Uri** | **string** | Canonical URI of an answering rule | [optional] 
     8  **Enabled** | **bool** | Specifies if the rule is active or inactive. The default value is 'True' | [optional] [default to true]
     9  **Type** | **string** | Type of an answering rule, the default value is 'Custom' = ['BusinessHours', 'AfterHours', 'Custom'] | [optional] 
    10  **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] 
    11  **Callers** | [**[]CompanyAnsweringRuleCallersInfoRequest**](CompanyAnsweringRuleCallersInfoRequest.md) | Answering rule will be applied when calls are received from the specified caller(s) | [optional] 
    12  **CalledNumbers** | [**[]CompanyAnsweringRuleCalledNumberInfoRequest**](CompanyAnsweringRuleCalledNumberInfoRequest.md) | Answering rule will be applied when calling the specified number(s) | [optional] 
    13  **Schedule** | [**CompanyAnsweringRuleScheduleInfo**](CompanyAnsweringRuleScheduleInfo.md) |  | [optional] 
    14  **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] 
    15  **Extension** | [**CompanyAnsweringRuleCallersInfoRequest**](CompanyAnsweringRuleCallersInfoRequest.md) |  | [optional] 
    16  **Greetings** | [**[]GreetingInfo**](GreetingInfo.md) | Greetings applied for an answering rule; only predefined greetings can be applied, see Dictionary Greeting List | [optional] 
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20