lib/purecloudplatformclientv2/models/conversation_query.rb in purecloudplatformclientv2-18.0.0 vs lib/purecloudplatformclientv2/models/conversation_query.rb in purecloudplatformclientv2-19.0.0
- old
+ new
@@ -16,10 +16,10 @@
require 'date'
module PureCloud
class ConversationQuery
- # Specifies the date and time range of data being queried. Conversations MUST have started within this time range to potentially be included within the result set. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
+ # Specifies the date and time range of data being queried. Results will include conversations that started, ended, or had any activity during the interval. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
attr_accessor :interval
# Filters that target conversation-level data
attr_accessor :conversation_filters