docs/DialerRule.md in purecloudplatformclientv2-18.0.0 vs docs/DialerRule.md in purecloudplatformclientv2-19.0.0
- old
+ new
@@ -5,14 +5,14 @@
## 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] |
+| **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"}