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