Extends WitVRequest, IWitSyncVRequest
Constructor for wit based editor data sync VRequests
ParametersconfigurationThe configuration interface to be used
Submits an intent to be added to the current wit app
ParametersintentInfoThe intent data to be submitted
ReturnsReturns an intent with unique id if successful
Submits an entity to be added to the current wit app
ParametersentityInfoThe entity info to be submitted
ReturnsReturns an entity with unique id if successful
async Task< VRequestResponse< WitEntityInfo > > RequestAddEntityKeyword ( string entityId,
Submits a keyword to be added to an entity on the current wit app
ParametersentityIdThe entity this keyword should be added to
keywordInfoThe keyword and synonyms submitted
ReturnsReturns updated entity if successful
async Task< VRequestResponse< WitEntityInfo > > RequestAddEntitySynonym ( string entityId,
string keyword,
string synonym )
Submits a synonym to be added to a keyword on the specified entity on the current wit app
ParametersentityIdThe entity that holds the keyword
keywordThe keyword we're adding the synonym to
synonymThe synonym we're adding
ReturnsReturns updated entity if successful
async Task< VRequestResponse< WitTraitInfo > > RequestAddTrait Submits a trait to be added to the current wit app
ParameterstraitInfoThe trait data to be submitted
ReturnsReturns a trait with unique id if successful
async Task< VRequestResponse< WitTraitInfo > > RequestAddTraitValue ( string traitId,
string traitValue )
Submits a trait value to be added to the current wit app
ParameterstraitIdThe trait id to be submitted
traitValueThe trait value to be submitted
ReturnsReturns updated trait if successful
async Task< VRequestResponse< WitResponseNode > > RequestImportData ( string manifestData )
Import app data from generated manifest JSON
ParametersmanifestDataThe serialized manifest to import from
ReturnsBuilt request object