Action< WitResponseNode > | Callback one or more times when a chunk of json is decoded |
Constructor for request that generates a WitResponseClass to be posted | |
WitWebSocketMessageRequest ( string endpoint, Dictionary< string, string > parameters, string requestId ) Constructor for request that generates a WitResponseClass to be posted | |
override void | Called multiple times as partial responses are received. |
static WitResponseClass | Generates a json node with specified endpoint & parameters |
override void | SetResponseData ( WitResponseNode newResponseData ) Perform callback following response data setting |
Action<WitResponseNode> Meta.Voice.Net.WebSockets.Requests.WitWebSocketMessageRequest.OnDecodedResponse ( ) |
---|
Callback one or more times when a chunk of json is decoded |
Meta.Voice.Net.WebSockets.Requests.WitWebSocketMessageRequest.WitWebSocketMessageRequest ( WitResponseNode externalPostData, string requestId ) |
---|
Constructor for request that generates a WitResponseClass to be posted Parameters externalPostData The data used exernally for the request requestIdA unique id to be used for the request |
Meta.Voice.Net.WebSockets.Requests.WitWebSocketMessageRequest.WitWebSocketMessageRequest ( string endpoint, Dictionary< string, string > parameters, string requestId ) |
---|
Constructor for request that generates a WitResponseClass to be posted Parameters endpoint The endpoint to be used for the request parametersAll additional data required for the request requestIdA unique id to be used for the request |
override void Meta.Voice.Net.WebSockets.Requests.WitWebSocketMessageRequest.HandleDownload ( WitResponseNode jsonData, byte [] binaryData ) |
---|
Called multiple times as partial responses are received. Parameters jsonData Decoded json data object. binaryDataDecoded binary data chunk which may be null or empty. |
static WitResponseClass Meta.Voice.Net.WebSockets.Requests.WitWebSocketMessageRequest.GetPostData ( string endpoint, Dictionary< string, string > parameters ) |
---|
Generates a json node with specified endpoint & parameters Parameters endpoint Endpoint to be used parametersParameters for the endpoint Returns Json class for upload |
override void Meta.Voice.Net.WebSockets.Requests.WitWebSocketMessageRequest.SetResponseData ( WitResponseNode newResponseData ) |
---|
Perform callback following response data setting |