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 Returns async Task< VRequestResponse< ZipArchive > >Â
Returns the zip archive if successful
|