chunkInfo = $chunkInfo; } /** * @return GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo */ public function getChunkInfo() { return $this->chunkInfo; } /** * @param GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo */ public function setStructuredDocumentInfo(GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo $structuredDocumentInfo) { $this->structuredDocumentInfo = $structuredDocumentInfo; } /** * @return GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo */ public function getStructuredDocumentInfo() { return $this->structuredDocumentInfo; } /** * @param GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo */ public function setUnstructuredDocumentInfo(GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo $unstructuredDocumentInfo) { $this->unstructuredDocumentInfo = $unstructuredDocumentInfo; } /** * @return GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo */ public function getUnstructuredDocumentInfo() { return $this->unstructuredDocumentInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1alphaAnswerReference::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1alphaAnswerReference');