Uses of Class
com.ibm.watson.assistant.v1.model.Counterexample
Package | Description |
---|---|
com.ibm.watson.assistant.v1 |
Watson Assistant v1 v1.
|
com.ibm.watson.assistant.v1.model |
-
Uses of Counterexample in com.ibm.watson.assistant.v1
Methods in com.ibm.watson.assistant.v1 that return types with arguments of type Counterexample Modifier and Type Method 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. -
Uses of Counterexample in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return Counterexample Modifier and Type Method Description Counterexample
Counterexample.Builder. build()
Builds a Counterexample.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type Counterexample Modifier and Type Method Description List<Counterexample>
CreateWorkspaceOptions. counterexamples()
Gets the counterexamples.List<Counterexample>
UpdateWorkspaceOptions. counterexamples()
Gets the counterexamples.List<Counterexample>
CounterexampleCollection. getCounterexamples()
Gets the counterexamples.List<Counterexample>
Workspace. getCounterexamples()
Gets the counterexamples.Methods in com.ibm.watson.assistant.v1.model with parameters of type Counterexample Modifier and Type Method 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.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type Counterexample Modifier and Type Method Description CreateWorkspaceOptions.Builder
CreateWorkspaceOptions.Builder. counterexamples(List<Counterexample> counterexamples)
Set the counterexamples.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. counterexamples(List<Counterexample> counterexamples)
Set the counterexamples.