lib/purecloud/models/segment.rb in purecloud-0.50.1 vs lib/purecloud/models/segment.rb in purecloud-0.51.1

- old
+ new

@@ -16,19 +16,22 @@ require 'date' module PureCloud class Segment - # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ + # The timestamp when this segment began. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ attr_accessor :start_time - # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ + # The timestamp when this segment ended. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ attr_accessor :end_time + # The activity taking place for the participant in the segment. attr_accessor :type + # A description of the event that ended the segment. attr_accessor :how_ended + # A description of the event that disconnected the segment attr_accessor :disconnect_type # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map {