--- 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) | The list of rule conditions; all must evaluate to true to trigger the rule actions | | | **actions** | [**Array<DialerAction>**](DialerAction.html) | The list of rule actions to be taken if the conditions are true | [optional] | {: class="table table-striped"}