answerSkippedReasons = $answerSkippedReasons; } /** * @return string[] */ public function getAnswerSkippedReasons() { return $this->answerSkippedReasons; } /** * @param string */ public function setAnswerText($answerText) { $this->answerText = $answerText; } /** * @return string */ public function getAnswerText() { return $this->answerText; } /** * @param GoogleCloudDiscoveryengineV1betaAnswerCitation[] */ public function setCitations($citations) { $this->citations = $citations; } /** * @return GoogleCloudDiscoveryengineV1betaAnswerCitation[] */ public function getCitations() { return $this->citations; } /** * @param string */ public function setCompleteTime($completeTime) { $this->completeTime = $completeTime; } /** * @return string */ public function getCompleteTime() { return $this->completeTime; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfo */ public function setQueryUnderstandingInfo(GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfo $queryUnderstandingInfo) { $this->queryUnderstandingInfo = $queryUnderstandingInfo; } /** * @return GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfo */ public function getQueryUnderstandingInfo() { return $this->queryUnderstandingInfo; } /** * @param GoogleCloudDiscoveryengineV1betaAnswerReference[] */ public function setReferences($references) { $this->references = $references; } /** * @return GoogleCloudDiscoveryengineV1betaAnswerReference[] */ public function getReferences() { return $this->references; } /** * @param string[] */ public function setRelatedQuestions($relatedQuestions) { $this->relatedQuestions = $relatedQuestions; } /** * @return string[] */ public function getRelatedQuestions() { return $this->relatedQuestions; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param GoogleCloudDiscoveryengineV1betaAnswerStep[] */ public function setSteps($steps) { $this->steps = $steps; } /** * @return GoogleCloudDiscoveryengineV1betaAnswerStep[] */ public function getSteps() { return $this->steps; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaAnswer::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaAnswer');