Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult

The result of a single correlation rule.

Inheritance
object
GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult
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 GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX