--- title: DialerRule --- ## PureCloud::DialerRule ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The identifier of the rule. | [optional] | | **name** | **String** | The name of the rule. | | | **order** | **Integer** | The ranked order of the rule. Rules are processed from lowest number to highest. | [optional] | | **category** | **String** | The category of the rule. | | | **conditions** | [**Array<Condition>**](Condition.html) | A list of Conditions. All of the Conditions must evaluate to true to trigger the actions. | | | **actions** | [**Array<DialerAction>**](DialerAction.html) | The list of actions to be taken if the conditions are true. | [optional] | {: class="table table-striped"}