GoogleCloudContactcenterinsightsV1IssueModelLabelStats constructor
GoogleCloudContactcenterinsightsV1IssueModelLabelStats({
- String? analyzedConversationsCount,
- Map<
String, GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats> ? issueStats, - String? unclassifiedConversationsCount,
Implementation
GoogleCloudContactcenterinsightsV1IssueModelLabelStats({
this.analyzedConversationsCount,
this.issueStats,
this.unclassifiedConversationsCount,
});