lib/purecloud/models/participant_request.rb in purecloud-0.28.0 vs lib/purecloud/models/participant_request.rb in purecloud-0.29.1

- old
+ new

@@ -2,21 +2,28 @@ module PureCloud class ParticipantRequest attr_accessor :id + # Wrap-up to assign to this participant. attr_accessor :wrapup + # The state to update to set for this participant's communications. Possible values are: 'CONNECTED' and 'DISCONNECTED'. Participant will have an updated communication with the new value for 'state'. attr_accessor :state + # True to enable recording of this participant, otherwise false to disable recording. Participant will have an updated communication with the new value for 'recording'. attr_accessor :recording + # True to mute this conversation participant. Participant will have an updated communication with the new value for 'muted'. attr_accessor :muted + # True to confine this conversation participant. Should only be used for ad-hoc conferences. Participant will have an updated communication with the new value for 'confined'. attr_accessor :confined + # True to hold this conversation participant. Participant will have an updated communication with the new value for 'held'. attr_accessor :held + # True to skip wrap-up for this participant. Participant will have an updated communication with the new value for 'wrapupSkipped'. attr_accessor :wrapup_skipped # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map {