GoogleCloudDialogflowCxV3VoiceSelectionParams.fromJson constructor

GoogleCloudDialogflowCxV3VoiceSelectionParams.fromJson(
  1. Map json_
)

Implementation

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