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