bool | RequestAppId ( VRequest.RequestCompleteDelegate< string > onComplete ) |
bool | |
bool | |
bool | RequestClientAppToken ( string applicationId, VRequest.RequestCompleteDelegate< string > onComplete ) |
bool | RequestIntentList ( VRequest.RequestCompleteDelegate< WitIntentInfo[]> onComplete ) |
bool | |
bool | RequestEntityList ( VRequest.RequestCompleteDelegate< WitEntityInfo[]> onComplete ) |
bool | |
bool | RequestTraitList ( VRequest.RequestCompleteDelegate< WitTraitInfo[]> onComplete ) |
bool | |
bool | RequestVoiceList ( VRequest.RequestCompleteDelegate< Dictionary< string, WitVoiceInfo[]>> onComplete ) |
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestAppId ( VRequest.RequestCompleteDelegate< string > onComplete ) |
---|
No description available.
|
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestApps ( int limit, int offset, VRequest.RequestCompleteDelegate< WitAppInfo[]> onComplete ) |
---|
No description available.
|
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestAppInfo ( string applicationId, VRequest.RequestCompleteDelegate< WitAppInfo > onComplete ) |
---|
No description available.
|
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestClientAppToken ( string applicationId, VRequest.RequestCompleteDelegate< string > onComplete ) |
---|
No description available.
|
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestIntentList ( VRequest.RequestCompleteDelegate< WitIntentInfo[]> onComplete ) |
---|
No description available.
|
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestIntentInfo ( string intentId, VRequest.RequestCompleteDelegate< WitIntentInfo > onComplete ) |
---|
No description available.
|
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestEntityList ( VRequest.RequestCompleteDelegate< WitEntityInfo[]> onComplete ) |
---|
No description available.
|
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestEntityInfo ( string entityId, VRequest.RequestCompleteDelegate< WitEntityInfo > onComplete ) |
---|
No description available.
|
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestTraitList ( VRequest.RequestCompleteDelegate< WitTraitInfo[]> onComplete ) |
---|
No description available.
|
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestTraitInfo ( string traitId, VRequest.RequestCompleteDelegate< WitTraitInfo > onComplete ) |
---|
No description available.
|
bool Meta.WitAi.Requests.IWitInfoVRequest.RequestVoiceList ( VRequest.RequestCompleteDelegate< Dictionary< string, WitVoiceInfo[]>> onComplete ) |
---|
No description available.
|