Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1MetricDefinition

A definition for a metric to be calculated during analysis.

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

Properties

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX