github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/AnsweringRuleInfo.md (about) 1 # AnsweringRuleInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Uri** | **string** | Canonical URI to the answering rule resource | [optional] 7 **Id** | **string** | Internal identifier of an answering rule | [optional] 8 **Type** | **string** | Type of an answering rule | [optional] 9 **Name** | **string** | Name of an answering rule specified by user | [optional] 10 **Enabled** | **bool** | Specifies if an answering rule is active or inactive | [optional] 11 **Schedule** | [**ScheduleInfo**](ScheduleInfo.md) | | [optional] 12 **CalledNumbers** | [**[]CalledNumberInfo**](CalledNumberInfo.md) | Answering rules are applied when calling to selected number(s) | [optional] 13 **Callers** | [**[]CallersInfo**](CallersInfo.md) | Answering rules are applied when calls are received from specified caller(s) | [optional] 14 **CallHandlingAction** | **string** | Specifies how incoming calls are forwarded | [optional] 15 **Forwarding** | [**ForwardingInfo**](ForwardingInfo.md) | | [optional] 16 **UnconditionalForwarding** | [**UnconditionalForwardingInfo**](UnconditionalForwardingInfo.md) | | [optional] 17 **Queue** | [**QueueInfo**](QueueInfo.md) | | [optional] 18 **Transfer** | [**TransferredExtensionInfo**](TransferredExtensionInfo.md) | | [optional] 19 **Voicemail** | [**VoicemailInfo**](VoicemailInfo.md) | | [optional] 20 **Greetings** | [**[]GreetingInfo**](GreetingInfo.md) | Greetings applied for an answering rule; only predefined greetings can be applied, see Dictionary Greeting List | [optional] 21 22 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 23 24