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