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 SummaryConstructors Constructor Description SynonymCollection()
- 
Method SummaryModifier and Type Method Description PaginationgetPagination()Gets the pagination.List<Synonym>getSynonyms()Gets the synonyms.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Constructor Details- 
SynonymCollectionpublic SynonymCollection()
 
- 
- 
Method Details- 
getSynonymsGets the synonyms.An array of synonyms. - Returns:
- the synonyms
 
- 
getPaginationGets the pagination.The pagination data for the returned objects. - Returns:
- the pagination
 
 
-