GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats constructor

GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats({
  1. String? displayName,
  2. String? issue,
  3. String? labeledConversationsCount,
})

Implementation

GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats({
  this.displayName,
  this.issue,
  this.labeledConversationsCount,
});