Class GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResultRuleCorrelationResult
The result of a single correlation rule.
Inheritance
GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResultRuleCorrelationResult
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResultRuleCorrelationResult : IDirectResponseSchema
Properties
CorrelationId
The correlation ID generated by the join key expression.
Declaration
[JsonProperty("correlationId")]
public virtual string CorrelationId { 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 |
Error
The error status if the join key expression failed to evaluate.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleRpcStatus |
RuleId
The rule ID.
Declaration
[JsonProperty("ruleId")]
public virtual string RuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |