public class IntentCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Intent> |
intents |
protected Pagination |
pagination |
Constructor and Description |
---|
IntentCollection() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Intent> |
getIntents()
Gets the intents.
|
Pagination |
getPagination()
Gets the pagination.
|
protected java.util.List<Intent> intents
protected Pagination pagination
public java.util.List<Intent> getIntents()
An array of objects describing the intents defined for the workspace.
public Pagination getPagination()
The pagination data for the returned objects.