docs/CallbackBasic.md in purecloudplatformclientv2-52.0.0 vs docs/CallbackBasic.md in purecloudplatformclientv2-53.0.0

- old
+ new

@@ -19,9 +19,10 @@ | **callback_numbers** | **Array<String>** | The phone number(s) to use to place the callback. | [optional] | | **callback_user_name** | **String** | The name of the user requesting a callback. | [optional] | | **script_id** | **String** | The UUID of the script to use. | [optional] | | **skip_enabled** | **BOOLEAN** | True if the ability to skip a callback should be enabled. | [optional] | | **timeout_seconds** | **Integer** | The number of seconds before the system automatically places a call for a callback. 0 means the automatic placement is disabled. | [optional] | +| **start_alerting_time** | **DateTime** | The timestamp the communication has when it is first put into an alerting state. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **connected_time** | **DateTime** | The timestamp when this communication was connected in the cloud clock. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **disconnected_time** | **DateTime** | The timestamp when this communication disconnected from the conversation in the provider clock. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **callback_scheduled_time** | **DateTime** | The timestamp when this communication is scheduled in the provider clock. If this value is missing it indicates the callback will be placed immediately. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **automated_callback_config_id** | **String** | The id of the config for automatically placing the callback (and handling the disposition). If null, the callback will not be placed automatically but routed to an agent as per normal. | [optional] | | **provider** | **String** | The source provider for the callback. | [optional] |