GoogleCloudDialogflowV2GeneratorSuggestion.fromJson constructor
GoogleCloudDialogflowV2GeneratorSuggestion.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2GeneratorSuggestion.fromJson(core.Map json_)
: this(
summarySuggestion: json_.containsKey('summarySuggestion')
? GoogleCloudDialogflowV2SummarySuggestion.fromJson(
json_['summarySuggestion']
as core.Map<core.String, core.dynamic>)
: null,
);