GoogleCloudDialogflowCxV3SpeechToTextSettings.fromJson constructor
GoogleCloudDialogflowCxV3SpeechToTextSettings.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3SpeechToTextSettings.fromJson(core.Map json_)
: this(
enableSpeechAdaptation: json_.containsKey('enableSpeechAdaptation')
? json_['enableSpeechAdaptation'] as core.bool
: null,
);