API reference

EnumSynchronizer Class

Extends ILogSource
Synchronizes local enums with their Wit.Ai entities.

Properties

IVLogger Logger[Get]

Member Functions

EnumSynchronizer
( IWitRequestConfiguration configuration,
IAssemblyWalker assemblyWalker,
IFileIo fileIo,
IWitVRequestFactory requestFactory )
Syncs all Wit.Ai entities with local enums. This method will create new code files for any missing enums. For entities that have corresponding enums, it will

Object Data for package-func

Synchronizes an enum with its corresponding Wit.Ai entity.
Parameters
manifestEntity
The Conduit generated entity based on the local code.
completionCallback
The callback to call when the sync operation is complete.