Class EntityMentionCollection
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.EntityMentionCollection
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EntityMentionCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
EntityMentionCollection.
-
Constructor Summary
Constructors Constructor Description EntityMentionCollection()
-
Method Summary
Modifier and Type Method Description List<EntityMention>
getExamples()
Gets the examples.Pagination
getPagination()
Gets the pagination.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
EntityMentionCollection
public EntityMentionCollection()
-
-
Method Details
-
getExamples
Gets the examples.An array of objects describing the entity mentions defined for an entity.
- Returns:
- the examples
-
getPagination
Gets the pagination.The pagination data for the returned objects.
- Returns:
- the pagination
-