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