docs/CallbackBasic.md in purecloudplatformclientv2-84.0.0 vs docs/CallbackBasic.md in purecloudplatformclientv2-85.0.0

- old
+ new

@@ -17,9 +17,10 @@ | **dialer_preview** | [**DialerPreview**](DialerPreview.html) | The preview data to be used when this callback is a Preview. | [optional] | | **voicemail** | [**Voicemail**](Voicemail.html) | The voicemail data to be used when this callback is an ACD voicemail. | [optional] | | **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] | +| **external_campaign** | **BOOLEAN** | True if the call for the callback uses external dialing. | [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] |