Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1MetricValue

Deprecated: MetricValue is no longer used for diagnostics.

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

Properties

Conversations

Output only. The list of conversation names that contributed to this metric (hits). Format: projects/{project}/locations/{location}/conversations/{conversation}

Declaration
[JsonProperty("conversations")]
public virtual IList<string> Conversations { get; set; }
Property Value
Type Description
IList<string>

DisplayName

Output only. The user-visible name of the metric (e.g., "Containment Rate").

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

ETag

The ETag of the item.

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

HitCount

Output only. The number of positive matches (hits) for this metric.

Declaration
[JsonProperty("hitCount")]
public virtual int? HitCount { get; set; }
Property Value
Type Description
int?

MetricType

Output only. Deprecated: The type of the metric. Metrics for Outcome Based Insights derived from QueryMetrics.

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

SourceId

Output only. The resource name of the underlying Insights primitive (e.g., Tag or QaQuestion) used to calculate this metric.

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

TotalCount

Output only. The total number of items evaluated for this metric.

Declaration
[JsonProperty("totalCount")]
public virtual int? TotalCount { get; set; }
Property Value
Type Description
int?

Value

Output only. The calculated value of the metric (usually a ratio or rate 0.0 - 1.0).

Declaration
[JsonProperty("value")]
public virtual double? Value { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX