int | StatusCode[Get] The status code returned from the last request |
override INLPRequestResponseDecoder< WitResponseNode > | ResponseDecoder[Get] |
VoiceServiceRequest ( NLPRequestInputType newInputType, WitRequestOptions newOptions, VoiceServiceRequestEvents newEvents ) Constructor for Voice Service requests | |
override bool | Check for ignored error status codes & messages. |
override bool | |
override void | |
override void | Subscribes or unsubscribes all provided VoiceServiceRequestEvents from this request's VoiceServiceRequestEvents callbacks. |
override void | RaiseEvent ( VoiceServiceRequestEvent eventCallback ) Performs an event callback with this request as the parameter |
int Meta.WitAi.Requests.VoiceServiceRequest.StatusCode |
---|
The status code returned from the last request |
override INLPRequestResponseDecoder<WitResponseNode> Meta.WitAi.Requests.VoiceServiceRequest.ResponseDecoder |
---|
No description available.
|
Meta.WitAi.Requests.VoiceServiceRequest.VoiceServiceRequest ( NLPRequestInputType newInputType, WitRequestOptions newOptions, VoiceServiceRequestEvents newEvents ) |
---|
Constructor for Voice Service requests Parameters newInputType The request input type (text/audio) to be used newOptionsThe request parameters to be used newEventsThe request events to be called throughout it's lifecycle |
override bool Meta.WitAi.Requests.VoiceServiceRequest.ShouldIgnoreError ( int errorStatusCode, string errorMessage ) |
---|
Check for ignored error status codes & messages. Parameters errorStatusCode The error status code if applicable errorMessageThe error to be returned |
override bool Meta.WitAi.Requests.VoiceServiceRequest.OnSimulateResponse ( ) |
---|
No description available.
|
override void Meta.WitAi.Requests.VoiceServiceRequest.ApplyResponseData ( WitResponseNode responseData, bool isFinal ) |
---|
No description available.
|
override void Meta.WitAi.Requests.VoiceServiceRequest.SetEventListeners ( VoiceServiceRequestEvents newEvents, bool add ) |
---|
Subscribes or unsubscribes all provided VoiceServiceRequestEvents from this request's VoiceServiceRequestEvents callbacks. Parameters newEvents The events to subscribe or unsubscribe to the request.Events addWhether to add listeners or remove listeners |
override void Meta.WitAi.Requests.VoiceServiceRequest.RaiseEvent ( VoiceServiceRequestEvent eventCallback ) |
---|
Performs an event callback with this request as the parameter Parameters eventCallback The voice service request event to be called |