warnings = $warnings; } /** * @return GoogleRpcStatus[] */ public function getWarnings() { return $this->warnings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1ImportDocumentsResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1ImportDocumentsResponse');