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