Class GoogleCloudContactcenterinsightsV1CorrelationTypeConfig
A list of correlation rules for a given correlation type.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1CorrelationTypeConfig : IDirectResponseSchema
Properties
CorrelationRules
A list of correlation rules to be evaluated for correlation.
Declaration
[JsonProperty("correlationRules")]
public virtual IList<GoogleCloudContactcenterinsightsV1CorrelationRule> CorrelationRules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1CorrelationRule> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |