followUpQuestions = $followUpQuestions; } /** * @return string[] */ public function getFollowUpQuestions() { return $this->followUpQuestions; } /** * @param GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute[] */ public function setRefinementAttributes($refinementAttributes) { $this->refinementAttributes = $refinementAttributes; } /** * @return GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute[] */ public function getRefinementAttributes() { return $this->refinementAttributes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResult::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResult');