Method: PureCloud::ConversationQuery#interval
- Defined in:
- lib/purecloudclient_v2a/models/conversation_query.rb
#interval ⇒ Object
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
22 23 24 |
# File 'lib/purecloudclient_v2a/models/conversation_query.rb', line 22 def interval @interval end |