GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource constructor

GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource({
  1. double? normalizedScore,
  2. double? potentialScore,
  3. List<GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult>? qaTagResults,
  4. double? score,
  5. String? sourceType,
})

Implementation

GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource({
  this.normalizedScore,
  this.potentialScore,
  this.qaTagResults,
  this.score,
  this.sourceType,
});