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.Services.RetrieveAndRank.v1.RetrieveAndRank.CollectionRequest Class Reference

The ForwardCollectionRequest request More...

Inheritance diagram for IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RetrieveAndRank.CollectionRequest:
IBM.Watson.DeveloperCloud.Connection.RESTConnector.Request

Properties

string Data [get, set]
 Custom data. More...
 
OnCollections Callback [get, set]
 The callback. More...
 
string ClusterID [get, set]
 Cluster ID required for all actions. More...
 
string Action [get, set]
 Action for the call. Either "CREATE", "LIST", or "DELETE" More...
 
string CollectionName [get, set]
 The collectionName required for "CREATE" or "DELETE". More...
 
string ConfigName [get, set]
 The cluster configuration name to use for "CREATE". More...
 
- Properties inherited from IBM.Watson.DeveloperCloud.Connection.RESTConnector.Request
float Timeout [get, set]
 Custom timeout for this Request. This timeout is used if this timeout is larger than the value in the Config class. More...
 
bool Cancel [get, set]
 If true, then request will be cancelled. More...
 
bool Delete [get, set]
 True to send a delete method. More...
 
string Function [get, set]
 The name of the function to invoke on the server. More...
 
Dictionary< string, object > Parameters [get, set]
 The parameters to pass to the function on the server. More...
 
Dictionary< string, string > Headers [get, set]
 Additional headers to provide in the request. More...
 
byte[] Send [get, set]
 The data to send through the connection. Do not use Forms if set. More...
 
Dictionary< string, FormForms [get, set]
 Multi-part form data that needs to be sent. Do not use Send if set. More...
 
ResponseEvent OnResponse [get, set]
 The callback that is invoked when a response is received. More...
 
ProgressEvent OnDownloadProgress [get, set]
 This callback is invoked to provide progress on the WWW download. More...
 
ProgressEvent OnUploadProgress [get, set]
 This callback is invoked to provide upload progress. More...
 

Additional Inherited Members

- Public Member Functions inherited from IBM.Watson.DeveloperCloud.Connection.RESTConnector.Request
 Request ()
 Default constructor. More...
 

Detailed Description

The ForwardCollectionRequest request

Property Documentation

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RetrieveAndRank.CollectionRequest.Action
getset

Action for the call. Either "CREATE", "LIST", or "DELETE"

OnCollections IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RetrieveAndRank.CollectionRequest.Callback
getset

The callback.

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RetrieveAndRank.CollectionRequest.ClusterID
getset

Cluster ID required for all actions.

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RetrieveAndRank.CollectionRequest.CollectionName
getset

The collectionName required for "CREATE" or "DELETE".

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RetrieveAndRank.CollectionRequest.ConfigName
getset

The cluster configuration name to use for "CREATE".

string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.RetrieveAndRank.CollectionRequest.Data
getset

Custom data.


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