displayText = $displayText; } public function getDisplayText() { return $this->displayText; } public function setSsml($ssml) { $this->ssml = $ssml; } public function getSsml() { return $this->ssml; } public function setTextToSpeech($textToSpeech) { $this->textToSpeech = $textToSpeech; } public function getTextToSpeech() { return $this->textToSpeech; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2IntentMessageSimpleResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessageSimpleResponse');