GoogleCloudContactcenterinsightsV1IssueModelLabelStats constructor

GoogleCloudContactcenterinsightsV1IssueModelLabelStats({
  1. String? analyzedConversationsCount,
  2. Map<String, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats>? issueStats,
  3. String? unclassifiedConversationsCount,
})

Implementation

GoogleCloudContactcenterinsightsV1IssueModelLabelStats({
  this.analyzedConversationsCount,
  this.issueStats,
  this.unclassifiedConversationsCount,
});