GoogleCloudContactcenterinsightsV1QaScorecardResult constructor

GoogleCloudContactcenterinsightsV1QaScorecardResult({
  1. String? agentId,
  2. String? conversation,
  3. String? createTime,
  4. String? name,
  5. double? normalizedScore,
  6. double? potentialScore,
  7. List<GoogleCloudContactcenterinsightsV1QaAnswer>? qaAnswers,
  8. String? qaScorecardRevision,
  9. List<GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult>? qaTagResults,
  10. double? score,
  11. List<GoogleCloudContactcenterinsightsV1QaScorecardResultScoreSource>? scoreSources,
})

Implementation

GoogleCloudContactcenterinsightsV1QaScorecardResult({
  this.agentId,
  this.conversation,
  this.createTime,
  this.name,
  this.normalizedScore,
  this.potentialScore,
  this.qaAnswers,
  this.qaScorecardRevision,
  this.qaTagResults,
  this.score,
  this.scoreSources,
});