Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo

Info for correlating across conversations.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX