Class EntityCollection

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.EntityCollection
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class EntityCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An array of objects describing the entities for the workspace.
  • Constructor Details

    • EntityCollection

      public EntityCollection()
  • Method Details

    • getEntities

      public List<Entity> getEntities()
      Gets the entities.

      An array of objects describing the entities defined for the workspace.

      Returns:
      the entities
    • getPagination

      public Pagination getPagination()
      Gets the pagination.

      The pagination data for the returned objects.

      Returns:
      the pagination