contents = $contents; } /** * @return GoogleCloudAiplatformV1Content[] */ public function getContents() { return $this->contents; } /** * @param GoogleCloudAiplatformV1AugmentPromptRequestModel */ public function setModel(GoogleCloudAiplatformV1AugmentPromptRequestModel $model) { $this->model = $model; } /** * @return GoogleCloudAiplatformV1AugmentPromptRequestModel */ public function getModel() { return $this->model; } /** * @param GoogleCloudAiplatformV1VertexRagStore */ public function setVertexRagStore(GoogleCloudAiplatformV1VertexRagStore $vertexRagStore) { $this->vertexRagStore = $vertexRagStore; } /** * @return GoogleCloudAiplatformV1VertexRagStore */ public function getVertexRagStore() { return $this->vertexRagStore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1AugmentPromptRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1AugmentPromptRequest');