docs/ResponseSet.md in purecloudplatformclientv2-18.0.0 vs docs/ResponseSet.md in purecloudplatformclientv2-19.0.0
- old
+ new
@@ -6,14 +6,14 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
-| **name** | **String** | | [optional] |
+| **name** | **String** | The name of the ResponseSet. | |
| **date_created** | **DateTime** | Creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **date_modified** | **DateTime** | Last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **version** | **Integer** | Required for updates, must match the version number of the most recent update | [optional] |
-| **responses** | [**Hash<String, Reaction>**](Reaction.html) | Map of disposition identifiers to reactions. For example: {\"disposition.classification.callable.person\": {\"reactionType\": \"transfer\"}} | |
+| **responses** | [**Hash<String, Reaction>**](Reaction.html) | Map of disposition identifiers to reactions. For example: {\"disposition.classification.callable.person\": {\"reactionType\": \"transfer\"}}. | |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}