lib/purecloud/models/conversation_chat.rb in purecloud-0.63.1 vs lib/purecloud/models/conversation_chat.rb in purecloud-0.64.1
- old
+ new
@@ -133,9 +133,11 @@
end
end
if attributes[:'held']
self.held = attributes[:'held']
+ else
+ self.held = false
end
if attributes[:'direction']
self.direction = attributes[:'direction']
end