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