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