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