Class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponseDetailedCorrelationResults
Wrapper for detailed, step-by-step results.
Inheritance
GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponseDetailedCorrelationResults
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponseDetailedCorrelationResults : IDirectResponseSchema
Properties
ConstraintResults
A list of constraint evaluation results for each pair of conversations.
Declaration
[JsonProperty("constraintResults")]
public virtual IList<GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResult> ConstraintResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResult> |
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<GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResult> JoinKeyResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResult> |