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