audioEncoding = $audioEncoding; } public function getAudioEncoding() { return $this->audioEncoding; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } 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');