Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Connection.RESTConnector.Response Class Reference

The class is returned by a Request object containing the response to a request made by the client. More...

Properties

bool Success [get, set]
 True if the request was successful. More...
 
string Error [get, set]
 Error message if Success is false. More...
 
byte[] Data [get, set]
 The data returned by the request. More...
 
float ElapsedTime [get, set]
 The amount of time in seconds it took to get this response from the server. More...
 

Detailed Description

The class is returned by a Request object containing the response to a request made by the client.

Property Documentation

byte [] IBM.Watson.DeveloperCloud.Connection.RESTConnector.Response.Data
getset

The data returned by the request.

float IBM.Watson.DeveloperCloud.Connection.RESTConnector.Response.ElapsedTime
getset

The amount of time in seconds it took to get this response from the server.

string IBM.Watson.DeveloperCloud.Connection.RESTConnector.Response.Error
getset

Error message if Success is false.

bool IBM.Watson.DeveloperCloud.Connection.RESTConnector.Response.Success
getset

True if the request was successful.


The documentation for this class was generated from the following file: