contextSize = $contextSize; } /** * @return int */ public function getContextSize() { return $this->contextSize; } /** * @param string */ public function setLatestMessage($latestMessage) { $this->latestMessage = $latestMessage; } /** * @return string */ public function getLatestMessage() { return $this->latestMessage; } /** * @param GoogleCloudDialogflowV2beta1SmartReplyAnswer[] */ public function setSmartReplyAnswers($smartReplyAnswers) { $this->smartReplyAnswers = $smartReplyAnswers; } /** * @return GoogleCloudDialogflowV2beta1SmartReplyAnswer[] */ public function getSmartReplyAnswers() { return $this->smartReplyAnswers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse');