API reference
API reference
Select your platform
No SDKs available
No versions available

WitExportRetriever Class

A class to synchronize multiple parallel retrievals of the same app's export.

Static Methods

GetExport ( configuration )
Retrieves the export for the requested configuration and calls the onComplete once retrieved.
Signature
static async Task<VRequestResponse<ZipArchive> > Meta.WitAi.WitExportRetriever.GetExport(IWitRequestConfiguration configuration)
Parameters
configuration: IWitRequestConfiguration  the config of the app export to be retrieved
Returns
async Task< VRequestResponse< ZipArchive > >  Returns the zip archive if successful