Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1QueryMetricsResponse

The response for querying metrics.

Inheritance
object
GoogleCloudContactcenterinsightsV1QueryMetricsResponse
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 GoogleCloudContactcenterinsightsV1QueryMetricsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Location

Required. The location of the data. "projects/{project}/locations/{location}"

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

MacroAverageSlice

The macro average slice contains aggregated averages across the selected dimension. i.e. if group_by agent is specified this field will contain the average across all agents. This field is only populated if the request specifies a Dimension.

Declaration
[JsonProperty("macroAverageSlice")]
public virtual GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice MacroAverageSlice { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice

Slices

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.

Declaration
[JsonProperty("slices")]
public virtual IList<GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice> Slices { get; set; }
Property Value
Type Description
IList<GoogleCloudContactcenterinsightsV1QueryMetricsResponseSlice>

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

The metrics last update time.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX