GoogleCloudContactcenterinsightsV1SampleRule constructor

GoogleCloudContactcenterinsightsV1SampleRule({
  1. String? conversationFilter,
  2. String? dimension,
  3. double? samplePercentage,
  4. String? sampleRow,
})

Implementation

GoogleCloudContactcenterinsightsV1SampleRule({
  this.conversationFilter,
  this.dimension,
  this.samplePercentage,
  this.sampleRow,
});