Class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice
A slice contains a total and (if the request specified a time granularity) a time series of metric values. Each slice contains a unique combination of the cardinality of dimensions from the request. For example, if the request specifies a single ISSUE dimension and it has a cardinality of 2 (i.e. the data used to compute the metrics has 2 issues in total), the response will have 2 slices: * Slice 1 -> dimensions=[Issue 1] * Slice 2 -> dimensions=[Issue 2]
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSlice : IDirectResponseSchema
Properties
Dimensions
A unique combination of dimensions that this slice represents.
Declaration
[JsonProperty("dimensions")]
public virtual IList<GoogleCloudContactcenterinsightsV1alpha1Dimension> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1alpha1Dimension> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeSeries
A time series of metric values. This is only populated if the request specifies a time granularity other than NONE.
Declaration
[JsonProperty("timeSeries")]
public virtual GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries TimeSeries { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries |
Total
The total metric value. The interval of this data point is [starting create time, ending create time) from the request.
Declaration
[JsonProperty("total")]
public virtual GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint Total { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint |