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