Class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult
The percentile result. Currently supported percentiles are 50th, 90th, and 99th.
Inheritance
GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPointPercentileResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
P50
The 50th percentile value.
Declaration
[JsonProperty("p50")]
public virtual double? P50 { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
P90
The 90th percentile value.
Declaration
[JsonProperty("p90")]
public virtual double? P90 { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
P99
The 99th percentile value.
Declaration
[JsonProperty("p99")]
public virtual double? P99 { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |