lib/purecloudplatformclientv2/models/conversation_query.rb in purecloudplatformclientv2-44.0.0 vs lib/purecloudplatformclientv2/models/conversation_query.rb in purecloudplatformclientv2-45.0.0
- old
+ new
@@ -16,10 +16,10 @@
require 'date'
module PureCloud
class ConversationQuery
- # 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
+ # Specifies the date and time range of data being queried. Results will include conversations that both started on a day touched by the interval AND either started, ended, or any activity during the interval. Conversations that started before the earliest day of the interval will not be searched. 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