GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse.fromJson constructor

GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse.fromJson(
    core.Map json_)
    : this(
        currentStats: json_.containsKey('currentStats')
            ? GoogleCloudContactcenterinsightsV1IssueModelLabelStats.fromJson(
                json_['currentStats'] as core.Map<core.String, core.dynamic>)
            : null,
      );