Method: PureCloud::ConversationQuery#interval

Defined in:
lib/purecloud/models/conversation_query.rb

#intervalObject

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



22
23
24
# File 'lib/purecloud/models/conversation_query.rb', line 22

def interval
  @interval
end