GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats.fromJson constructor

GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1IssueModelLabelStatsIssueStats.fromJson(
    core.Map json_)
    : this(
        displayName: json_['displayName'] as core.String?,
        issue: json_['issue'] as core.String?,
        labeledConversationsCount:
            json_['labeledConversationsCount'] as core.String?,
      );