audioExportGcsDestination = $audioExportGcsDestination; } /** * @return GoogleCloudDialogflowCxV3beta1GcsDestination */ public function getAudioExportGcsDestination() { return $this->audioExportGcsDestination; } /** * @param GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings */ public function setDtmfSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings $dtmfSettings) { $this->dtmfSettings = $dtmfSettings; } /** * @return GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings */ public function getDtmfSettings() { return $this->dtmfSettings; } /** * @param GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings */ public function setLoggingSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings $loggingSettings) { $this->loggingSettings = $loggingSettings; } /** * @return GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings */ public function getLoggingSettings() { return $this->loggingSettings; } /** * @param GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings */ public function setSpeechSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings $speechSettings) { $this->speechSettings = $speechSettings; } /** * @return GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings */ public function getSpeechSettings() { return $this->speechSettings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1AdvancedSettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1AdvancedSettings');