Class GoogleCloudContactcenterinsightsV1MetricDefinition
A definition for a metric to be calculated during analysis.
Implements
Inherited Members
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 |