Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice

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]

Inheritance
object
GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice : IDirectResponseSchema

Properties

Dimensions

A unique combination of dimensions that this slice represents.

Declaration
[JsonProperty("dimensions")]
public virtual IList<GoogleCloudContactcenterinsightsV1Dimension> Dimensions { get; set; }
Property Value
Type Description
IList<GoogleCloudContactcenterinsightsV1Dimension>

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 GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceTimeSeries TimeSeries { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceTimeSeries

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 GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint Total { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX