Click or drag to resize

EntityCollection Class

An array of entities.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1EntityCollection

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class EntityCollection

The EntityCollection type exposes the following members.

Constructors
  NameDescription
Public methodEntityCollection
Initializes a new instance of the EntityCollection class
Top
Properties
  NameDescription
Public propertyEntities
An array of objects describing the entities defined for the workspace.
Public propertyPagination
The pagination data for the returned objects.
Top
See Also