Class Counterexample.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.Counterexample.Builder
- Enclosing class:
- Counterexample
public static class Counterexample.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Counterexample
build()
Builds a Counterexample.Counterexample.Builder
text(String text)
Set the text.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
text
- the text
-
-
Method Details
-
build
Builds a Counterexample.- Returns:
- the new Counterexample instance
-
text
Set the text.- Parameters:
text
- the text- Returns:
- the Counterexample builder
-