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

IWitInfoVRequest Interface

Extends IWitVRequest

Member Functions

bool RequestAppId
( VRequest.RequestCompleteDelegate< string > onComplete )
bool RequestApps
( int limit,
int offset,
VRequest.RequestCompleteDelegate< WitAppInfo[]> onComplete )
bool RequestAppInfo
( string applicationId,
VRequest.RequestCompleteDelegate< WitAppInfo > onComplete )
bool RequestClientAppToken
( string applicationId,
VRequest.RequestCompleteDelegate< string > onComplete )
bool RequestIntentList
( VRequest.RequestCompleteDelegate< WitIntentInfo[]> onComplete )
bool RequestIntentInfo
( string intentId,
VRequest.RequestCompleteDelegate< WitIntentInfo > onComplete )
bool RequestEntityList
( VRequest.RequestCompleteDelegate< WitEntityInfo[]> onComplete )
bool RequestEntityInfo
( string entityId,
VRequest.RequestCompleteDelegate< WitEntityInfo > onComplete )
bool RequestTraitList
( VRequest.RequestCompleteDelegate< WitTraitInfo[]> onComplete )
bool RequestTraitInfo
( string traitId,
VRequest.RequestCompleteDelegate< WitTraitInfo > onComplete )
bool RequestVoiceList
( VRequest.RequestCompleteDelegate< Dictionary< string, WitVoiceInfo[]>> onComplete )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon