lib/purecloud/models/user_queue.rb in purecloud-0.48.1 vs lib/purecloud/models/user_queue.rb in purecloud-0.49.1

- old
+ new

@@ -41,21 +41,28 @@ attr_accessor :modified_by_app attr_accessor :created_by_app + # The media settings for the queue. attr_accessor :media_settings + # The bulls-eye settings for the queue. attr_accessor :bullseye + # The ACW settings for the queue. attr_accessor :acw_settings + # The skill evaluation method to use when routing conversations. attr_accessor :skill_evaluation_method + # The in-queue flow to use for conversations waiting in queue. attr_accessor :queue_flow + # The name to use for caller identification for outbound calls from this queue. attr_accessor :calling_party_name + # The phone number to use for caller identification for outbound calls from this queue. attr_accessor :calling_party_number attr_accessor :joined attr_accessor :member_count