docs/ParticipantBasic.md in purecloudplatformclientv2-57.0.0 vs docs/ParticipantBasic.md in purecloudplatformclientv2-58.0.0

- old
+ new

@@ -30,9 +30,10 @@ | **wrapup_required** | **BOOLEAN** | True iff this participant is required to enter wrapup for this conversation. | [optional] | | **wrapup_prompt** | **String** | This field controls how the UI prompts the agent for a wrapup. | [optional] | | **wrapup_timeout_ms** | **Integer** | Specifies how long a timed ACW session will last. | [optional] | | **wrapup_skipped** | **BOOLEAN** | The UI sets this field when the agent chooses to skip entering a wrapup for this participant. | [optional] | | **wrapup** | [**Wrapup**](Wrapup.html) | Call wrap up or disposition data. | [optional] | +| **conversation_routing_data** | [**ConversationRoutingData**](ConversationRoutingData.html) | Information on how a communication should be routed to an agent. | [optional] | | **alerting_timeout_ms** | **Integer** | Specifies how long the agent has to answer an interaction before being marked as not responding. | [optional] | | **monitored_participant_id** | **String** | If this participant is a monitor, then this will be the id of the participant that is being monitored. | [optional] | | **attributes** | **Hash<String, String>** | Additional participant attributes | [optional] | | **calls** | [**Array<CallBasic>**](CallBasic.html) | | [optional] | | **callbacks** | [**Array<CallbackBasic>**](CallbackBasic.html) | | [optional] |