audioEncoding = $audioEncoding; } public function getAudioEncoding() { return $this->audioEncoding; } public function setSampleRateHertz($sampleRateHertz) { $this->sampleRateHertz = $sampleRateHertz; } public function getSampleRateHertz() { return $this->sampleRateHertz; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SynthesizeSpeechConfig */ public function setSynthesizeSpeechConfig(Google_Service_Dialogflow_GoogleCloudDialogflowV2SynthesizeSpeechConfig $synthesizeSpeechConfig) { $this->synthesizeSpeechConfig = $synthesizeSpeechConfig; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SynthesizeSpeechConfig */ public function getSynthesizeSpeechConfig() { return $this->synthesizeSpeechConfig; } }