GoogleCloudContactcenterinsightsV1QaQuestionMetrics.fromJson constructor

GoogleCloudContactcenterinsightsV1QaQuestionMetrics.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1QaQuestionMetrics.fromJson(core.Map json_)
  : this(accuracy: (json_['accuracy'] as core.num?)?.toDouble());