audioExportPattern = $audioExportPattern; } /** * @return string */ public function getAudioExportPattern() { return $this->audioExportPattern; } /** * @param string */ public function setAudioFormat($audioFormat) { $this->audioFormat = $audioFormat; } /** * @return string */ public function getAudioFormat() { return $this->audioFormat; } /** * @param bool */ public function setEnableAudioRedaction($enableAudioRedaction) { $this->enableAudioRedaction = $enableAudioRedaction; } /** * @return bool */ public function getEnableAudioRedaction() { return $this->enableAudioRedaction; } /** * @param string */ public function setGcsBucket($gcsBucket) { $this->gcsBucket = $gcsBucket; } /** * @return string */ public function getGcsBucket() { return $this->gcsBucket; } /** * @param bool */ public function setStoreTtsAudio($storeTtsAudio) { $this->storeTtsAudio = $storeTtsAudio; } /** * @return bool */ public function getStoreTtsAudio() { return $this->storeTtsAudio; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings');