doc_out/DialerContact.html.md in purecloud-0.38.1 vs doc_out/DialerContact.html.md in purecloud-0.39.1
- old
+ new
@@ -7,14 +7,14 @@
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | | [optional] |
-| **contact_list_id** | **String** | | [optional] |
-| **data** | **Hash<String, Object>** | | [optional] |
-| **call_records** | [**Hash<String, CallRecord>**](CallRecord.html) | | [optional] |
-| **callable** | **BOOLEAN** | | [optional] [default to false]|
-| **phone_number_status** | [**Hash<String, PhoneNumberStatus>**](PhoneNumberStatus.html) | | [optional] |
+| **contact_list_id** | **String** | Identifier of the contact list containing this contact | |
+| **data** | **Hash<String, Object>** | A map of the contact's data attributes and values | [optional] |
+| **call_records** | [**Hash<String, CallRecord>**](CallRecord.html) | A map of call records for the contact phone columns | [optional] |
+| **callable** | **BOOLEAN** | false if the contact is not to be called | [optional] [default to false]|
+| **phone_number_status** | [**Hash<String, PhoneNumberStatus>**](PhoneNumberStatus.html) | A map of statuses for the contact phone columns | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}