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.CollectionsAction Class Reference

Collection actions for CollectionsRequest More...

Public Attributes

const string List = "LIST"
 List collections. More...
 
const string Create = "CREATE"
 Create a collection. More...
 
const string Delete = "DELETE"
 Delete a collection. More...
 

Detailed Description

Collection actions for CollectionsRequest

Member Data Documentation

const string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.CollectionsAction.Create = "CREATE"

Create a collection.

const string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.CollectionsAction.Delete = "DELETE"

Delete a collection.

const string IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1.CollectionsAction.List = "LIST"

List collections.


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