GoogleCloudDialogflowV2ArticleSuggestionModelMetadata.fromJson constructor

GoogleCloudDialogflowV2ArticleSuggestionModelMetadata.fromJson(
  1. Map json_
)

Implementation

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