Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint

A data point contains the metric values mapped to an interval.

Inheritance
object
GoogleCloudContactcenterinsightsV1QueryMetricsResponseSliceDataPoint
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX