GoogleCloudRetailV2IntentClassificationConfigExample.fromJson constructor
GoogleCloudRetailV2IntentClassificationConfigExample.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2IntentClassificationConfigExample.fromJson(core.Map json_)
: this(
classifiedPositive: json_['classifiedPositive'] as core.bool?,
intentType: json_['intentType'] as core.String?,
query: json_['query'] as core.String?,
reason: json_['reason'] as core.String?,
);