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 Summary
Constructors Constructor Description IntentCollection()
-
Method Summary
Modifier and Type Method Description List<Intent>
getIntents()
Gets the intents.Pagination
getPagination()
Gets the pagination.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
IntentCollection
public IntentCollection()
-
-
Method Details
-
getIntents
Gets the intents.An array of objects describing the intents defined for the workspace.
- Returns:
- the intents
-
getPagination
Gets the pagination.The pagination data for the returned objects.
- Returns:
- the pagination
-