| Package | Description | 
|---|---|
| com.ibm.watson.assistant.v1 | 
 Watson Assistant v1 v1. 
 | 
| com.ibm.watson.assistant.v1.model | 
| Modifier and Type | Method and Description | 
|---|---|
com.ibm.cloud.sdk.core.http.ServiceCall<Counterexample> | 
Assistant.createCounterexample(CreateCounterexampleOptions createCounterexampleOptions)
Create counterexample. 
 | 
com.ibm.cloud.sdk.core.http.ServiceCall<Counterexample> | 
Assistant.getCounterexample(GetCounterexampleOptions getCounterexampleOptions)
Get counterexample. 
 | 
com.ibm.cloud.sdk.core.http.ServiceCall<Counterexample> | 
Assistant.updateCounterexample(UpdateCounterexampleOptions updateCounterexampleOptions)
Update counterexample. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Counterexample | 
Counterexample.Builder.build()
Builds a Counterexample. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Counterexample> | 
CreateWorkspaceOptions.counterexamples()
Gets the counterexamples. 
 | 
List<Counterexample> | 
UpdateWorkspaceOptions.counterexamples()
Gets the counterexamples. 
 | 
List<Counterexample> | 
Workspace.getCounterexamples()
Gets the counterexamples. 
 | 
List<Counterexample> | 
CounterexampleCollection.getCounterexamples()
Gets the counterexamples. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateWorkspaceOptions.Builder | 
CreateWorkspaceOptions.Builder.addCounterexample(Counterexample counterexample)
Adds an counterexample to counterexamples. 
 | 
UpdateWorkspaceOptions.Builder | 
UpdateWorkspaceOptions.Builder.addCounterexample(Counterexample counterexample)
Adds an counterexample to counterexamples. 
 | 
CreateCounterexampleOptions.Builder | 
CreateCounterexampleOptions.Builder.counterexample(Counterexample counterexample)
Set the counterexample. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateWorkspaceOptions.Builder | 
CreateWorkspaceOptions.Builder.counterexamples(List<Counterexample> counterexamples)
Set the counterexamples. 
 | 
UpdateWorkspaceOptions.Builder | 
UpdateWorkspaceOptions.Builder.counterexamples(List<Counterexample> counterexamples)
Set the counterexamples. 
 | 
Copyright © 2021 IBM Cloud. All rights reserved.