effectsProfileId = $effectsProfileId; } /** * @return string[] */ public function getEffectsProfileId() { return $this->effectsProfileId; } public function setPitch($pitch) { $this->pitch = $pitch; } public function getPitch() { return $this->pitch; } public function setSpeakingRate($speakingRate) { $this->speakingRate = $speakingRate; } public function getSpeakingRate() { return $this->speakingRate; } /** * @param GoogleCloudDialogflowCxV3VoiceSelectionParams */ public function setVoice(GoogleCloudDialogflowCxV3VoiceSelectionParams $voice) { $this->voice = $voice; } /** * @return GoogleCloudDialogflowCxV3VoiceSelectionParams */ public function getVoice() { return $this->voice; } public function setVolumeGainDb($volumeGainDb) { $this->volumeGainDb = $volumeGainDb; } public function getVolumeGainDb() { return $this->volumeGainDb; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3SynthesizeSpeechConfig::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SynthesizeSpeechConfig');