contextSize = $contextSize; } /** * @return int */ public function getContextSize() { return $this->contextSize; } /** * @param GoogleCloudDialogflowV2beta1DialogflowAssistAnswer[] */ public function setDialogflowAssistAnswers($dialogflowAssistAnswers) { $this->dialogflowAssistAnswers = $dialogflowAssistAnswers; } /** * @return GoogleCloudDialogflowV2beta1DialogflowAssistAnswer[] */ public function getDialogflowAssistAnswers() { return $this->dialogflowAssistAnswers; } /** * @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(GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse');