Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResultRuleConstraintResult

The result of a single constraint rule on the pair of conversations.

Inheritance
object
GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResultRuleConstraintResult
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 GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResultRuleConstraintResult : IDirectResponseSchema

Properties

ConstraintMet

Whether the constraint expression evaluated to true for (A, B) or (B, A).

Declaration
[JsonProperty("constraintMet")]
public virtual bool? ConstraintMet { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

The error status if the constraint 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