Class Counterexample
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.Counterexample
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Counterexample
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Counterexample.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Counterexample.Builder
Builder. -
Method Summary
Modifier and Type Method Description Date
created()
Gets the created.Counterexample.Builder
newBuilder()
New builder.String
text()
Gets the text.Date
updated()
Gets the updated.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a Counterexample builder
-
text
Gets the text.The text of a user input marked as irrelevant input. This string must conform to the following restrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters.
- Returns:
- the text
-
created
Gets the created.The timestamp for creation of the object.
- Returns:
- the created
-
updated
Gets the updated.The timestamp for the most recent update to the object.
- Returns:
- the updated
-