docs/ObservationValue.md in purecloudplatformclientv2-56.0.0 vs docs/ObservationValue.md in purecloudplatformclientv2-57.0.0

- old
+ new

@@ -10,9 +10,10 @@ | **observation_date** | **DateTime** | The time at which the observation occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **conversation_id** | **String** | Unique identifier for the conversation | [optional] | | **session_id** | **String** | The unique identifier of this session | [optional] | | **requested_routing_skill_ids** | **Array<String>** | Unique identifier for a skill requested for an interaction | [optional] | | **requested_language_id** | **String** | Unique identifier for the language requested for an interaction | [optional] | +| **routing_priority** | **Integer** | Routing priority for the current interaction | [optional] | | **participant_name** | **String** | A human readable name identifying the participant | [optional] | | **user_id** | **String** | Unique identifier for the user | [optional] | | **direction** | **String** | The direction of the communication | [optional] | | **converted_from** | **String** | Session media type that was converted from in case of a media type conversion | [optional] | | **converted_to** | **String** | Session media type that was converted to in case of a media type conversion | [optional] |