GoogleCloudContactcenterinsightsV1CalculateStatsResponse constructor

GoogleCloudContactcenterinsightsV1CalculateStatsResponse({
  1. String? averageDuration,
  2. int? averageTurnCount,
  3. int? conversationCount,
  4. GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries? conversationCountTimeSeries,
  5. Map<String, int>? customHighlighterMatches,
  6. Map<String, int>? issueMatches,
  7. Map<String, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats>? issueMatchesStats,
  8. Map<String, int>? smartHighlighterMatches,
})

Implementation

GoogleCloudContactcenterinsightsV1CalculateStatsResponse({
  this.averageDuration,
  this.averageTurnCount,
  this.conversationCount,
  this.conversationCountTimeSeries,
  this.customHighlighterMatches,
  this.issueMatches,
  this.issueMatchesStats,
  this.smartHighlighterMatches,
});