Class GoogleCloudContactcenterinsightsV1mainConversationCorrelationInfo
Info for correlating across conversations.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1mainConversationCorrelationInfo : IDirectResponseSchema
Properties
CorrelationTypes
Output only. The correlation types of this conversation. A single conversation can have multiple correlation types. For example a conversation that only has a single segment is both a SEGMENT and a FULL_CONVERSATION.
Declaration
[JsonProperty("correlationTypes")]
public virtual IList<string> CorrelationTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullConversationCorrelationId
Output only. The full conversation correlation id this conversation is a segment of.
Declaration
[JsonProperty("fullConversationCorrelationId")]
public virtual string FullConversationCorrelationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MergedFullConversationCorrelationId
Output only. The full conversation correlation id this conversation is a merged conversation of.
Declaration
[JsonProperty("mergedFullConversationCorrelationId")]
public virtual string MergedFullConversationCorrelationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |