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