answerRecord = $answerRecord; } /** * @return string */ public function getAnswerRecord() { return $this->answerRecord; } /** * @param GoogleCloudDialogflowV2beta1IntentSuggestion */ public function setIntentSuggestion(GoogleCloudDialogflowV2beta1IntentSuggestion $intentSuggestion) { $this->intentSuggestion = $intentSuggestion; } /** * @return GoogleCloudDialogflowV2beta1IntentSuggestion */ public function getIntentSuggestion() { return $this->intentSuggestion; } /** * @param GoogleCloudDialogflowV2beta1QueryResult */ public function setQueryResult(GoogleCloudDialogflowV2beta1QueryResult $queryResult) { $this->queryResult = $queryResult; } /** * @return GoogleCloudDialogflowV2beta1QueryResult */ public function getQueryResult() { return $this->queryResult; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1DialogflowAssistAnswer::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1DialogflowAssistAnswer');