pageSpan = $pageSpan; } /** * @return GoogleCloudAiplatformV1RagChunkPageSpan */ public function getPageSpan() { return $this->pageSpan; } /** * The content of the chunk. * * @param string $text */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1RagChunk::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1RagChunk');