audioExportGcsDestination = $audioExportGcsDestination; } /** * @return GoogleCloudDialogflowCxV3GcsDestination */ public function getAudioExportGcsDestination() { return $this->audioExportGcsDestination; } /** * @param GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings */ public function setDtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings $dtmfSettings) { $this->dtmfSettings = $dtmfSettings; } /** * @return GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings */ public function getDtmfSettings() { return $this->dtmfSettings; } /** * @param GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings */ public function setLoggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings $loggingSettings) { $this->loggingSettings = $loggingSettings; } /** * @return GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings */ public function getLoggingSettings() { return $this->loggingSettings; } /** * @param GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings */ public function setSpeechSettings(GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings $speechSettings) { $this->speechSettings = $speechSettings; } /** * @return GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings */ public function getSpeechSettings() { return $this->speechSettings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3AdvancedSettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3AdvancedSettings');