contextSize = $contextSize; } /** * @return int */ public function getContextSize() { return $this->contextSize; } /** * @param GoogleCloudDialogflowV2FaqAnswer[] */ public function setFaqAnswers($faqAnswers) { $this->faqAnswers = $faqAnswers; } /** * @return GoogleCloudDialogflowV2FaqAnswer[] */ public function getFaqAnswers() { return $this->faqAnswers; } /** * @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(GoogleCloudDialogflowV2SuggestFaqAnswersResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestFaqAnswersResponse');