override bool | DecodeRawResponses[Get] |
VoiceServiceMockRequest ( NLPRequestInputType newInputType, WitRequestOptions newOptions, VoiceServiceRequestEvents newEvents ) | |
void | Preferred method for setting raw response data and decoding it locally |
void | If additional transcription callbacks are required, handle them with this method |
void | If additional decoded partial responses are required this method will handle their application. |
void | Fail ( string error ) Force error handling on a request with status code defaulted to default |
void | Force error handling on a request |
override bool | HasSentAudio ( ) |
override void | |
override void | |
override void | HandleSend ( ) |
override void | HandleCancel ( ) |
override bool Meta.WitAi.Requests.VoiceServiceMockRequest.DecodeRawResponses |
---|
No description available.
|
Meta.WitAi.Requests.VoiceServiceMockRequest.VoiceServiceMockRequest ( NLPRequestInputType newInputType, WitRequestOptions newOptions, VoiceServiceRequestEvents newEvents ) |
---|
No description available.
|
void Meta.WitAi.Requests.VoiceServiceMockRequest.SetRawResponse ( string jsonText, bool final ) |
---|
Preferred method for setting raw response data and decoding it locally Parameters jsonText The raw json text to be decoded finalWhether this is the final text chunk or not |
void Meta.WitAi.Requests.VoiceServiceMockRequest.SetTranscription ( string newTranscription, bool full ) |
---|
If additional transcription callbacks are required, handle them with this method Parameters newTranscription The new transcription to be used fullWhether this is a full transcription or not |
void Meta.WitAi.Requests.VoiceServiceMockRequest.SetResponseData ( WitResponseNode responseData, bool final ) |
---|
If additional decoded partial responses are required this method will handle their application. Parameters responseData The decoded response data finalWhether this is the final response or not |
void Meta.WitAi.Requests.VoiceServiceMockRequest.Fail ( string error ) |
---|
Force error handling on a request with status code defaulted to default Parameters error The error to be returned |
void Meta.WitAi.Requests.VoiceServiceMockRequest.Fail ( int statusCode, string error ) |
---|
Force error handling on a request Parameters statusCode The specified status code errorThe error to be returned |
override bool Meta.WitAi.Requests.VoiceServiceMockRequest.HasSentAudio ( ) |
---|
No description available.
|
override void Meta.WitAi.Requests.VoiceServiceMockRequest.HandleAudioActivation ( ) |
---|
No description available.
|
override void Meta.WitAi.Requests.VoiceServiceMockRequest.HandleAudioDeactivation ( ) |
---|
No description available.
|
override void Meta.WitAi.Requests.VoiceServiceMockRequest.HandleSend ( ) |
---|
No description available.
|
override void Meta.WitAi.Requests.VoiceServiceMockRequest.HandleCancel ( ) |
---|
No description available.
|