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

     1  # UpdateAnsweringRuleRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Name** | **string** | Name of an answering rule specified by user | [optional] 
     7  **Enabled** | **bool** | Specifies if an answering rule is active or inactive | [optional] 
     8  **Callers** | [**[]CallersInfo**](CallersInfo.md) | Answering rules are applied when calls are received from specified caller(s) | [optional] 
     9  **CalledNumbers** | [**[]CalledNumberInfo**](CalledNumberInfo.md) | Answering rules are applied when calling to selected number(s) | [optional] 
    10  **Schedule** | [**ScheduleInfo**](ScheduleInfo.md) |  | [optional] 
    11  **CallHandlingAction** | **string** | Specifies how incoming calls are forwarded | [optional] 
    12  **Forwarding** | [**ForwardingInfo**](ForwardingInfo.md) |  | [optional] 
    13  **UnconditionalForwarding** | [**UnconditionalForwardingInfo**](UnconditionalForwardingInfo.md) |  | [optional] 
    14  **Queue** | [**QueueInfo**](QueueInfo.md) |  | [optional] 
    15  **Voicemail** | [**VoicemailInfo**](VoicemailInfo.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