GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequest constructor

GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequest({
  1. GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations? conversations,
  2. GoogleCloudContactcenterinsightsV1CorrelationConfig? correlationConfig,
  3. String? filter,
  4. int? maxSampleCount,
})

Implementation

GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequest({
  this.conversations,
  this.correlationConfig,
  this.filter,
  this.maxSampleCount,
});