Class GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults
Wrapper for detailed, step-by-step results.
Inheritance
GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults : IDirectResponseSchema
Properties
ConstraintResults
A list of constraint evaluation results for each pair of conversations.
Declaration
[JsonProperty("constraintResults")]
public virtual IList<GoogleCloudContactcenterinsightsV1ConstraintEvaluationResult> ConstraintResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1ConstraintEvaluationResult> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JoinKeyResults
A list of join key correlation results for each conversation tested.
Declaration
[JsonProperty("joinKeyResults")]
public virtual IList<GoogleCloudContactcenterinsightsV1ConversationCorrelationResult> JoinKeyResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1ConversationCorrelationResult> |