lib/purecloud/models/callback_media_participant.rb in purecloud-0.49.1 vs lib/purecloud/models/callback_media_participant.rb in purecloud-0.50.1
- old
+ new
@@ -79,17 +79,22 @@
attr_accessor :wrapup_timeout_ms
# Value is true when the participant has skipped wrap-up.
attr_accessor :wrapup_skipped
+ # The outbound preview associated with this callback.
attr_accessor :outbound_preview
+ # The list of phone number to use for this callback.
attr_accessor :callback_numbers
+ # The name of the callback target.
attr_accessor :callback_user_name
+ # If true, the callback can be skipped
attr_accessor :skip_enabled
+ # Duration in seconds before the callback will be auto-dialed.
attr_accessor :timeout_seconds
# Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
attr_accessor :callback_scheduled_time