Class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint
A data point contains the metric values mapped to an interval.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint : IDirectResponseSchema
Properties
ConversationMeasure
The measure related to conversations.
Declaration
[JsonProperty("conversationMeasure")]
public virtual GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure ConversationMeasure { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPointConversationMeasure |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Interval
The interval that this data point represents. * If this is the total data point, the interval is [starting create time, ending create time) from the request. * If this a data point from the time series, the interval is [time, time + time granularity from the request).
Declaration
[JsonProperty("interval")]
public virtual GoogleTypeInterval Interval { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeInterval |