docs/AnalyticsConversationSegment.md in purecloudplatformclientv2-17.0.0 vs docs/AnalyticsConversationSegment.md in purecloudplatformclientv2-18.0.0
- old
+ new
@@ -5,29 +5,29 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
-| **segment_start** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
-| **segment_end** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
-| **queue_id** | **String** | | [optional] |
-| **wrap_up_code** | **String** | | [optional] |
-| **wrap_up_note** | **String** | | [optional] |
+| **segment_start** | **DateTime** | The timestamp when this segment began. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **segment_end** | **DateTime** | The timestamp when this segment ended. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **queue_id** | **String** | Queue identifier | [optional] |
+| **wrap_up_code** | **String** | Wrapup Code id | [optional] |
+| **wrap_up_note** | **String** | Note entered by an agent during after-call work | [optional] |
| **wrap_up_tags** | **Array<String>** | | [optional] |
| **error_code** | **String** | | [optional] |
-| **disconnect_type** | **String** | | [optional] |
-| **segment_type** | **String** | | [optional] |
+| **disconnect_type** | **String** | A description of the event that disconnected the segment | [optional] |
+| **segment_type** | **String** | The activity taking place for the participant in the segment | [optional] |
| **requested_routing_user_ids** | **Array<String>** | | [optional] |
| **requested_routing_skill_ids** | **Array<String>** | | [optional] |
-| **requested_language_id** | **String** | | [optional] |
+| **requested_language_id** | **String** | A unique identifier for the language requested for an interaction. | [optional] |
| **properties** | [**Array<AnalyticsProperty>**](AnalyticsProperty.html) | | [optional] |
| **source_conversation_id** | **String** | | [optional] |
| **destination_conversation_id** | **String** | | [optional] |
| **source_session_id** | **String** | | [optional] |
| **destination_session_id** | **String** | | [optional] |
| **sip_response_codes** | **Array<Integer>** | | [optional] |
| **q850_response_codes** | **Array<Integer>** | | [optional] |
-| **conference** | **BOOLEAN** | | [optional] |
+| **conference** | **BOOLEAN** | Indicates whether the segment was a conference | [optional] |
| **group_id** | **String** | | [optional] |
| **subject** | **String** | | [optional] |
| **audio_muted** | **BOOLEAN** | | [optional] |
| **video_muted** | **BOOLEAN** | | [optional] |
{: class="table table-striped"}