enableSpeechAdaptation = $enableSpeechAdaptation; } /** * @return bool */ public function getEnableSpeechAdaptation() { return $this->enableSpeechAdaptation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3SpeechToTextSettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SpeechToTextSettings');