GoogleCloudDialogflowCxV3VoiceSelectionParams.fromJson constructor
GoogleCloudDialogflowCxV3VoiceSelectionParams.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3VoiceSelectionParams.fromJson(core.Map json_)
: this(
name: json_.containsKey('name') ? json_['name'] as core.String : null,
ssmlGender: json_.containsKey('ssmlGender')
? json_['ssmlGender'] as core.String
: null,
);