speechOutput = $speechOutput; } /** * @return string */ public function getSpeechOutput() { return $this->speechOutput; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiSettingsSpeechOutputSettings::class, 'Google_Service_Contentwarehouse_AssistantApiSettingsSpeechOutputSettings');