Class IntentCollection
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.IntentCollection
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IntentCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
IntentCollection.
- 
Constructor SummaryConstructors Constructor Description IntentCollection()
- 
Method SummaryModifier and Type Method Description List<Intent>getIntents()Gets the intents.PaginationgetPagination()Gets the pagination.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Constructor Details- 
IntentCollectionpublic IntentCollection()
 
- 
- 
Method Details- 
getIntentsGets the intents.An array of objects describing the intents defined for the workspace. - Returns:
- the intents
 
- 
getPaginationGets the pagination.The pagination data for the returned objects. - Returns:
- the pagination
 
 
-