Sha256: eb80ca2c1640a0763803d756471ea5f7782898e4a87f3a2f37f6494d0aa9bb6c
Contents?: true
Size: 1.45 KB
Versions: 111
Compression:
Stored size: 1.45 KB
Contents
--- title: IntradayResponse --- ## PureCloud::IntradayResponse ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **start_date** | **DateTime** | The start of the date range for which this data applies. This is also the start reference point for the intervals represented in the various arrays. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **end_date** | **DateTime** | The end of the date range for which this data applies. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **interval_length_minutes** | **Integer** | The aggregation period in minutes, which determines the interval duration of the returned data | [optional] | | **number_of_intervals** | **Integer** | The total number of time intervals represented by this data | [optional] | | **metrics** | [**Array<IntradayMetric>**](IntradayMetric.html) | The metrics to which this data corresponds | [optional] | | **no_data_reason** | **String** | If not null, the reason there was no data for the request | [optional] | | **queue_ids** | **Array<String>** | The IDs of the queues this data corresponds to | [optional] | | **intraday_data_groupings** | [**Array<IntradayDataGroup>**](IntradayDataGroup.html) | Intraday data grouped by a single media type and set of queue IDs | [optional] | {: class="table table-striped"}
Version data entries
111 entries across 111 versions & 1 rubygems