GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse.fromJson constructor

GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse.fromJson(
  core.Map json_,
) : this(labelResult: json_['labelResult'] as core.String?);