GoogleCloudDialogflowCxV3SafetySettingsPhrase.fromJson constructor
GoogleCloudDialogflowCxV3SafetySettingsPhrase.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3SafetySettingsPhrase.fromJson(core.Map json_)
: this(
languageCode: json_.containsKey('languageCode')
? json_['languageCode'] as core.String
: null,
text: json_.containsKey('text') ? json_['text'] as core.String : null,
);