articleAnswers = $articleAnswers; } /** * @return GoogleCloudDialogflowV2ArticleAnswer[] */ public function getArticleAnswers() { return $this->articleAnswers; } /** * @param int */ public function setContextSize($contextSize) { $this->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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2SuggestArticlesResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestArticlesResponse');