audioEncoding = $audioEncoding; } /** * @return string */ public function getAudioEncoding() { return $this->audioEncoding; } /** * @param int */ public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } /** * @return int */ public function getSampleRateHertz() { return $this->sampleRateHertz; } /** * @param GoogleCloudDialogflowCxV3SynthesizeSpeechConfig */ public function setSynthesizeSpeechConfig(GoogleCloudDialogflowCxV3SynthesizeSpeechConfig $synthesizeSpeechConfig) { $this->synthesizeSpeechConfig = $synthesizeSpeechConfig; } /** * @return GoogleCloudDialogflowCxV3SynthesizeSpeechConfig */ public function getSynthesizeSpeechConfig() { return $this->synthesizeSpeechConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3OutputAudioConfig::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3OutputAudioConfig');