API reference

ExportSaver Class

This is a export parser which will save the current wit export to file if it hasn't already been saved.

Methods

Process ( config , zipArchive )
Extracts the data specific to this plugin from the zip file and adds it to the config.
Signature
void Meta.WitAi.ExportSaver.Process(IWitRequestConfiguration config, ZipArchive zipArchive)
Parameters
config: IWitRequestConfiguration  the configuration to modify
zipArchive: ZipArchive  the archive containing the data to extract
Returns
void