Method Request
Request(String, String, Action<NLPResponse>, String)
Requests NLP response based on provided input.
Declaration
void Request(string uri, string content, Action<NLPResponse> onComplete, string data = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | uri | URL to send request to |
System.String | content | Content input |
Action<NLPResponse> | onComplete | Delegate to execute on successful request |
System.String | data |