GoogleCloudContactcenterinsightsV1CalculateStatsResponse constructor
GoogleCloudContactcenterinsightsV1CalculateStatsResponse({
- String? averageDuration,
- int? averageTurnCount,
- int? conversationCount,
- GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries? conversationCountTimeSeries,
- Map<
String, int> ? customHighlighterMatches, - Map<
String, int> ? issueMatches, - Map<
String, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats> ? issueMatchesStats, - Map<
String, int> ? smartHighlighterMatches,
Implementation
GoogleCloudContactcenterinsightsV1CalculateStatsResponse({
this.averageDuration,
this.averageTurnCount,
this.conversationCount,
this.conversationCountTimeSeries,
this.customHighlighterMatches,
this.issueMatches,
this.issueMatchesStats,
this.smartHighlighterMatches,
});