GoogleCloudDialogflowV2OutputAudio.fromJson constructor
GoogleCloudDialogflowV2OutputAudio.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2OutputAudio.fromJson(core.Map json_)
: this(
audio: json_['audio'] as core.String?,
config: json_.containsKey('config')
? GoogleCloudDialogflowV2OutputAudioConfig.fromJson(
json_['config'] as core.Map<core.String, core.dynamic>)
: null,
);