GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo constructor

GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo({
  1. List<String>? correlationTypes,
  2. String? fullConversationCorrelationId,
  3. String? mergedFullConversationCorrelationId,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo({
  this.correlationTypes,
  this.fullConversationCorrelationId,
  this.mergedFullConversationCorrelationId,
});