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