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