GoogleCloudDialogflowV2SmartReplyModelMetadata.fromJson constructor

GoogleCloudDialogflowV2SmartReplyModelMetadata.fromJson(
  1. Map json_
)

Implementation

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