GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo class

Info for correlating across conversations.

Constructors

GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo({List<String>? correlationTypes, String? fullConversationCorrelationId, String? mergedFullConversationCorrelationId})
GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo.fromJson(Map json_)

Properties

correlationTypes List<String>?
The correlation types of this conversation.
getter/setter pair
fullConversationCorrelationId String?
The full conversation correlation id this conversation is a segment of.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mergedFullConversationCorrelationId String?
The full conversation correlation id this conversation is a merged conversation of.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited