Class GoogleCloudContactcenterinsightsV1mainDiagnosticReportIntentStats
A breakdown of metrics grouped by intent.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainDiagnosticReportIntentStats : IDirectResponseSchema
Properties
ConversationCount
Output only. The number of conversations associated with this intent.
Declaration
[JsonProperty("conversationCount")]
public virtual int? ConversationCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IntentDisplayName
Output only. The display name of the intent.
Declaration
[JsonProperty("intentDisplayName")]
public virtual string IntentDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IntentId
Output only. The unique identifier for the intent (from Discovery Engine).
Declaration
[JsonProperty("intentId")]
public virtual string IntentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LossPatterns
Output only. A list of loss patterns identified for this intent.
Declaration
[JsonProperty("lossPatterns")]
public virtual IList<GoogleCloudContactcenterinsightsV1mainLossPattern> LossPatterns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1mainLossPattern> |
Metrics
Output only. Deprecated: The type of the metric. Metrics for Outcome Based Insights derived from QueryMetrics.
Declaration
[JsonProperty("metrics")]
public virtual IDictionary<string, GoogleCloudContactcenterinsightsV1mainMetricValue> Metrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GoogleCloudContactcenterinsightsV1mainMetricValue> |