docs/AnalyticsSession.md in purecloudplatformclientv2-17.0.0 vs docs/AnalyticsSession.md in purecloudplatformclientv2-18.0.0
- old
+ new
@@ -5,40 +5,40 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
-| **media_type** | **String** | | [optional] |
-| **session_id** | **String** | | [optional] |
+| **media_type** | **String** | The session media type | [optional] |
+| **session_id** | **String** | The unique identifier of this session | [optional] |
| **address_other** | **String** | | [optional] |
| **address_self** | **String** | | [optional] |
-| **ani** | **String** | | [optional] |
-| **direction** | **String** | | [optional] |
-| **dnis** | **String** | | [optional] |
-| **outbound_campaign_id** | **String** | | [optional] |
-| **outbound_contact_id** | **String** | | [optional] |
-| **outbound_contact_list_id** | **String** | | [optional] |
-| **disposition_analyzer** | **String** | | [optional] |
-| **disposition_name** | **String** | | [optional] |
-| **edge_id** | **String** | | [optional] |
+| **ani** | **String** | Automatic Number Identification (caller's number) | [optional] |
+| **direction** | **String** | Direction | [optional] |
+| **dnis** | **String** | Automatic Number Identification (caller's number) | [optional] |
+| **outbound_campaign_id** | **String** | (Dialer) Unique identifier of the outbound campaign | [optional] |
+| **outbound_contact_id** | **String** | (Dialer) Unique identifier of the contact | [optional] |
+| **outbound_contact_list_id** | **String** | (Dialer) Unique identifier of the contact list that this contact belongs to | [optional] |
+| **disposition_analyzer** | **String** | (Dialer) Unique identifier of the contact list that this contact belongs to | [optional] |
+| **disposition_name** | **String** | (Dialer) Result of the analysis (for example disposition.classification.callable.machine) | [optional] |
+| **edge_id** | **String** | Unique identifier of the edge device | [optional] |
| **remote_name_displayable** | **String** | | [optional] |
-| **room_id** | **String** | | [optional] |
-| **monitored_session_id** | **String** | | [optional] |
+| **room_id** | **String** | Unique identifier for the room | [optional] |
+| **monitored_session_id** | **String** | The sessionID being monitored | [optional] |
| **monitored_participant_id** | **String** | | [optional] |
-| **callback_user_name** | **String** | | [optional] |
-| **callback_numbers** | **Array<String>** | | [optional] |
-| **callback_scheduled_time** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
-| **script_id** | **String** | | [optional] |
-| **skip_enabled** | **BOOLEAN** | | [optional] |
-| **timeout_seconds** | **Integer** | | [optional] |
-| **cobrowse_role** | **String** | | [optional] |
-| **cobrowse_room_id** | **String** | | [optional] |
+| **callback_user_name** | **String** | The name of the user requesting a call back | [optional] |
+| **callback_numbers** | **Array<String>** | List of numbers to callback | [optional] |
+| **callback_scheduled_time** | **DateTime** | Scheduled callback date/time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **script_id** | **String** | Scheduled callback date/time, Date time is represented as an ISO-8601 string. | [optional] |
+| **skip_enabled** | **BOOLEAN** | (Dialer) Whether the agent can skip the dialer contact | [optional] |
+| **timeout_seconds** | **Integer** | The number of seconds before PureCloud begins the call for a call back. 0 disables automatic calling | [optional] |
+| **cobrowse_role** | **String** | Describe side of the cobrowse (sharer or viewer) | [optional] |
+| **cobrowse_room_id** | **String** | A unique identifier for a PureCloud Cobrowse room. | [optional] |
| **media_bridge_id** | **String** | | [optional] |
-| **screen_share_address_self** | **String** | | [optional] |
-| **sharing_screen** | **BOOLEAN** | | [optional] |
-| **screen_share_room_id** | **String** | | [optional] |
-| **video_room_id** | **String** | | [optional] |
-| **video_address_self** | **String** | | [optional] |
-| **segments** | [**Array<AnalyticsConversationSegment>**](AnalyticsConversationSegment.html) | | [optional] |
+| **screen_share_address_self** | **String** | Direct ScreenShare address | [optional] |
+| **sharing_screen** | **BOOLEAN** | Flag determining if screenShare is started or not (true/false) | [optional] |
+| **screen_share_room_id** | **String** | A unique identifier for a PureCloud ScreenShare room. | [optional] |
+| **video_room_id** | **String** | A unique identifier for a PureCloud video room. | [optional] |
+| **video_address_self** | **String** | Direct Video address | [optional] |
+| **segments** | [**Array<AnalyticsConversationSegment>**](AnalyticsConversationSegment.html) | List of segments for this session | [optional] |
{: class="table table-striped"}