Class GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries
A time series representing conversations over time.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IntervalDuration
The duration of each interval.
Declaration
[JsonProperty("intervalDuration")]
public virtual object IntervalDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
Points
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.
Declaration
[JsonProperty("points")]
public virtual IList<GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval> Points { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval> |