GoogleCloudContactcenterinsightsV1CorrelationConfig constructor

GoogleCloudContactcenterinsightsV1CorrelationConfig({
  1. String? createTime,
  2. GoogleCloudContactcenterinsightsV1CorrelationTypeConfig? fullConversationConfig,
  3. String? name,
  4. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1CorrelationConfig({
  this.createTime,
  this.fullConversationConfig,
  this.name,
  this.updateTime,
});