GoogleCloudDialogflowCxV3VoiceSelectionParams constructor

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

Implementation

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