docs/DialerAction.md in purecloudplatformclientv2-18.0.0 vs docs/DialerAction.md in purecloudplatformclientv2-19.0.0
- old
+ new
@@ -5,12 +5,12 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
-| **type** | **String** | Type of the action | |
-| **action_type_name** | **String** | Identifier of the action | |
-| **update_option** | **String** | Indicator of the type of update action (applicable only to certain types of actions) | [optional] |
-| **properties** | **Hash<String, String>** | Map of key-value pairs pertinent to the action (different actions require different properties) | [optional] |
+| **type** | **String** | The type of this DialerAction. | |
+| **action_type_name** | **String** | Additional type specification for this DialerAction. | |
+| **update_option** | **String** | Specifies how a contact attribute should be updated. Required for MODIFY_CONTACT_ATTRIBUTE. | [optional] |
+| **properties** | **Hash<String, String>** | A map of key-value pairs pertinent to the DialerAction. Different types of DialerActions require different properties. MODIFY_CONTACT_ATTRIBUTE with an updateOption of SET takes a contact column as the key and accepts any value. SCHEDULE_CALLBACK takes a key 'callbackOffset' that specifies how far in the future the callback should be scheduled, in minutes. SET_CALLER_ID takes two keys: 'callerAddress', which should be the caller id phone number, and 'callerName'. For either key, you can also specify a column on the contact to get the value from. To do this, specify 'contact.Column', where 'Column' is the name of the contact column from which to get the value. SET_SKILLS takes a key 'skills' with an array of skill ids. | [optional] |
{: class="table table-striped"}