GoogleCloudContactcenterinsightsV1QaScorecardResult constructor
GoogleCloudContactcenterinsightsV1QaScorecardResult({
- String? agentId,
- String? conversation,
- String? createTime,
- String? name,
- double? normalizedScore,
- double? potentialScore,
- List<
GoogleCloudContactcenterinsightsV1QaAnswer> ? qaAnswers, - String? qaScorecardRevision,
- List<
GoogleCloudContactcenterinsightsV1QaScorecardResultQaTagResult> ? qaTagResults, - double? score,
- 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,
});