GoogleCloudDialogflowV2VoiceSelectionParams constructor

GoogleCloudDialogflowV2VoiceSelectionParams({
  1. String? name,
  2. String? ssmlGender,
})

Implementation

GoogleCloudDialogflowV2VoiceSelectionParams({
  this.name,
  this.ssmlGender,
});